How would I count the number of entries in a mySQL table and add one? I tried it with a string and "+ 1" but it didn't work... it might be a coding problem on my end though.... I dunno.
Question...?
for number of rows
| Code: |
| select count(*) from table |
I was using mysql_num_rows() but I guess I'll try that. XD
I answered such question few minutes ago here:
http://www.frihost.com/forums/vt-94812.html&highlight=
http://www.frihost.com/forums/vt-94812.html&highlight=
