Re: [PHP] simple querying mysql in a WML card problem :(

2001-04-25 Thread James, Yz
Hi Sandeep, The tag looks like this in wml: Have you escaped the doublequotes correctly in your double quoted "echo" 's? Make sure that the database doesn't contain ampersands, or dollar signs, or some of the foreign lettering (like é), as they are illegal characters in wml (well, the dollar

[PHP] simple querying mysql in a WML card problem :(

2001-04-25 Thread Sandeep Hundal
hi all! i'm trying to get simple 2 line results from mysql in a wml card, but i can't seem to manage it. here's my code: "); ?> http://www.wapforum.org/DTD/wml_1.1.xml";>"; "; $result1 = mysql_query($query1); if ($result1) {