01-24-2008, 01:35 AM
|
#18 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
Quote:
Originally Posted by StevenF
To much information for one night, getting tired lol.
I don't understand how the entries will display if I remove that...
|
PHP Code:
while ( $row = mysql_fetch_array($query) ) { // You put the row now, such as if you wanted to grab someones username from a database it'd be: echo $row['username']; // and it would display
}
__________________
VillageIdiot can have my babbies ;d
|
|
|
|