Search results

  1. L

    Writing to MySQL Database please help

    Can someone tell me why this isnt working? i am receiving a database not updated error, it should be showing the database updated, id, first name, last name, phone. please thank you in advance.. // <?php $firstname = $_POST['firstname']; $lastname = $_POST['lastname']; $phone =...
Top