Re: [PHP-DB] searching an entry in inventory db

2004-12-04 Thread Doug Thompson
Aravalli Sai wrote: hi i had designed an inventory management system where in i can ADD,INSERT,DELETE,UPDATE the data elements..but when i am trying to find(search) an entry in theinventory data base system (i want to find the entrybased on the "tagno" since this is the primary key in my table) t

RE: [PHP-DB] searching an entry in inventory db

2004-12-04 Thread Bastien Koert
try echoing the sql statement before execution to see if the variables are correctly set...also you can cut n paste the sql into phpmyadmin or some other gui to test the statement for correctness (like quotes in the correct place etc) bastien From: Aravalli Sai <[EMAIL PROTECTED]> To: [EMAIL P