No Response To Update Query In Oracle
I am a beginner . I made a php html combined page(viewemployees.php) to display my table from oracle data base. It worked fine. Then i made a page to edit my data base table(edit
Solution 1:
This line does not make sense.
$empid = $_POST["EMPLOYER ID"];
A post variable name cannot contain a space.
Post a Comment for "No Response To Update Query In Oracle"