Search results

  1. F

    PHP script and form to send data to db

    Chris, The form works fine, and I get the confirmation that the information was properly updated into the database.The problem is when I go to check the database, none of the information is there.
  2. F

    PHP script and form to send data to db

    Hello all, I am trying to build a PHP form that includes a script to post the input information into a database. PHP script: <?php //Connect To Database $hostname="[censored].hostedresource.com"; $username="[censored]"; $password="[censored]"; $dbname="[censored"...
Top