ok, my code works fine on my computer but when i upload it to the server i get an error on one of my pages. its a problem creating a connection i think...here is the error message i get:
Warning: mysql_query(): 11 is not a valid MySQL-Link resource in /usr/local/psa/home/vhosts/clubcranberry.com/httpdocs/demo/editCustomer.php on line 35
editCustomer.php|SQL address query error:
mysql_query( $sqlAddress, $connection ) or die( "editCustomer.php|SQL address query error: ".mysql_error() );
is there a setting i can change to correct this?
please help!