Discussion Board
-
php query problem in nokia
2002-12-10, 11:43
#1
Registered User
Hi friends,
I wrote a sql query in php but it is not working at nokia default simulator. Other simulators are not giving an error...!
What is the problem in query?
$sno=$_POST['number'];
$result=mysql_query("select * from xtable where id='$sno'"
;
The result of this query is null, but normally i have the data in this xtable...!
I can echo the $sno and number is true but it is not available in query, WHY?
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules