|
-
Feb 25th, 2002, 12:41 PM
#1
Thread Starter
Addicted Member
mysql_fetch_row
How do you go to the next row for the mysql_fetch_row command? I have tables that have more than just one row of information but I want to get them element by element (like $result[1]." ".$result[2]) and then go to the next row. mysql_result for the query lets you specify which row with the second argument to that function but I haven't been able to find how to increment this sucker.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|