Hi There.
Im using a While() funciton to output my Mysql files.
Here is the line of code im using.
Basically it gets all the rows in my table.
I want to skip one row in this table.
Its the Second row.
How can i do this? using this function.
Thanks!
Im using a While() funciton to output my Mysql files.
Here is the line of code im using.
| Code: |
| while($results = mysql_fetch_array($result2)) { }
|
Basically it gets all the rows in my table.
I want to skip one row in this table.
Its the Second row.
How can i do this? using this function.
Thanks!
