1.

Solve : MySql inbox broken.. (Also simple)?

Answer»

I tried USING WHERE id='$x' but if a user deleted a number in between, it would SKIP the LAST one, then on, and on, again.

So, I tried using this. How would I use WHERE ROW = '$x' so it finds the next row in the database?

(Tried this):

Code: [Select]$q = mysql_query("SELECT * FROM INBOX WHERE $x");



Discussion

No Comment Found