Search results

  1. T

    How do I write a submit form in PHP?

    So far, i have the following (this file is submit.php) <form action="insert.php" method="post"> <p>Handle: <input type="text" name="handle" /></p> <p>Real Name: <input type="text" name="name" /></p> <p>Regular Channel: <input type="text" name="channel" /></p> <p>*</p> <p><input type="submit"...
  2. T

    What are the php urls called where they're like index.php?name=blah?

    What are the php urls called where they're like index.php?name=blah for content you click on? I'm trying to determin a way to have my navigation on the left, and the content load on the right, but without frames. Any ideas? thanks.
Back
Top