View Single Post
Old 01-24-2008, 01:35 AM   #18 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by StevenF View Post
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
Orc is offline  
Reply With Quote
The Following User Says Thank You to Orc For This Useful Post:
StevenF (01-24-2008)