Jump to content

vexhawk

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Posts posted by vexhawk

  1. Trying to learn php. i want to kno why this doesn't work:
    (i copied the example from the book but i changed the HTML to XHTML.  If i type something, say in the text field, it should be echoed but it doesn't.  PLease help.
    --------------------------------------

    <html>

    <form>
    Please type your username here:<br />
    <input type="text" name="id" /><br /><br />
    <input type="submit" value="submit data" />
    </form>

    <br /><br />

    You typed:

    <?php
    echo ($id);
    ?>

    </html>
×
×
  • 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.