Please I need some brain storming. I created an update query as seen below.
<?php require_once('Connections/@@@@@.php'); ?>
<?php
$result = mysql_query("UPDATE volunteers, vcodes SET volunteers.sn = vcodes.sn WHERE volunteers.vid = vcodes.id");
?>
It runs behind a form within a web application on my local server and produce the right result but when I upload it to the internet, it does not run but just sits there.
Can any one please help ascertain why it runs only on my local server but not on the internet. I am develop my application within Dreamweaver CS6.