Thanks for the quick reply
Is this the only way to read different rows in a sql query?
If so i will have an attempt
Thank You
User Profile
Collapse
-
How to read next row in a mySql Query
I have this php code which looks like this
What i want to do is be able to read the next row in the query. So for exampleCode:$sql = ...... $result = mysql_query($sql,$connection) or die("Couldn't execute SELECT query"); while ($row = mysql_fetch_array($result)) { ...... }
...Code:while ($row = mysql_fetch_array($result)) { ...... if (ID for
No activity results to display
Show More
Leave a comment: