Search found 1 match
- Thu Jun 09, 2005 3:29 pm
- Forum: PHP - Code
- Topic: is_numeric
- Replies: 2
- Views: 266
is_numeric
I'm writing a database applecation that insert update and deletes from a database. I have the whole thing writed but I have a bug with deleting row with an ID over 60 to 70. The way I have it working is when you want to delete a row the application uses the ID as the value of a checkbox. The id is t...