$action = "insert"; //$action = $_GET['action'];

Posted on 16th Feb 2014 by admin

$action = "insert";
//$action = $_GET['action'];

why is this invalid type? I am just modifying code that is there and want the action = insert so it will run all the parts of the code for insert and nothing else...

Other forums