Полезные вопросы
(Reply)
no subject
Date:
2007-12-11 10:02 pm (UTC)
From:
zeky.livejournal.com
$result=mysql_query($query);
while ($output=mysql_fetch_array($result)) {
print $output['field1'].$output['field2'];
//ну и так далее, форматирование вывода сделать нужным
}
From:
Anonymous
This account has disabled anonymous posting.
OpenID
(will be screened if not validated)
Identity URL:
Log in?
Dreamwidth account
Account name
Password
Log in?
If you don't have an account you can
create one now
.
Subject
HTML doesn't work in the subject.
Formatting type
Casual HTML
Markdown
Raw HTML
Rich Text Editor
Message
no subject
Date: 2007-12-11 10:02 pm (UTC)while ($output=mysql_fetch_array($result)) {
print $output['field1'].$output['field2'];
//ну и так далее, форматирование вывода сделать нужным
}