Recent content by irishme

  1. I

    Why can't I write this form to my table in Php and MySql?

    This form throws an errors saying something about the variable in the line with VALUES not being defined. How do I fix this form with PhP to add a record to a table in my database? <html> <body> <?php $page_title = 'CreateEmployee'; // Check if the form has been submitted: if...
Back
Top