Hi All
More help required by a newbie, thx in advance...
I am trying to run a query
what is the proper way to format this?
thx again
More help required by a newbie, thx in advance...
I am trying to run a query
Code:
$query = 'SELECT * FROM BIZ_APARTMENTS WHERE ((bizState='" . mysql_real_escape_string($_POST['b']) . "'&&(bizCity='" . mysql_real_escape_string($_POST['c']) . "')';
thx again
Comment