Jump to content

MrHaster

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by MrHaster

  1. I was actually using a little project at the moment, you could try this:

     

    <?PHP

    IF(isset($_POST['Start']))

    {

    MYSQL_CONNECT(...);

    MYSQL_SELECT_DB(...);

     

    $One="INSERT INTO tabeltest(tabelone_name,tabeltwo_email)VALUES('{$_POST['name']}','{$_POST['email']}')";

     

     

    MYSQL_QUERY($one);

    MYSQL_CLOSE();

    }

    ?>

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.