[SOLVED] Check whether sql record exists based on 2 parameters |
8/11/2011 1:56:57 PM |
PHPRunner General questions | |
B
bobdansei author
i am trying Check whether sql record exists based on 2 parameters well anyone can give me a hand with this? |
|
C
|
cgphp 8/11/2011 |
Try this: global $conn; |
B
|
bobdansei author 8/11/2011 |
Try this: global $conn;
|
![]() |
Sergey Kornilov admin 8/11/2011 |
Instead of executing select query print it on the webpage and then execute it against your database manually. This may give you more info on what is not right with the query. |
B
|
bobdansei author 8/15/2011 |
Instead of executing select query print it on the webpage and then execute it against your database manually. This may give you more info on what is not right with the query.
|