Page is a not externally linkable
TravelMan - 7:51 am on Nov 24, 2004 (gmt 0)
:( Oh well, tried your suggestion but no joy. I get "No result". This is so weird, coz like I said, when I cut and past the echoed $advquery from the submitted page directly via phpmyadmin, the very same query works. I think I might need to rethink my plan.
if(!$advcresult) {
mysql_error();
echo"No result";
}
if($advcresult) {
echo"$advchrow[amount] here ";
}