Search results

  1. A

    simple php insert script, help please!?

    Been staring at the screen for half an hour now and I can't figure out why the value's are not being inserted into the table <?php include "conn.php"; $model=$_POST['model']; $os=$_POST['os']; $hdd=$_POST['hdd']; $ram=$_POST['ram']; $processor=$_POST['processor']; $sql= "INSERT INTO...
  2. A

    Can you echo and entire form? (php)?

    I'm trying to give different options to what a user selects on a previous form. For example if a user selects option 1, then he has options a b and c. If he pics option 2 then has option d e and f. My code looks a little something like this <form method="post" action="updatestudent2.php"...
Back
Top