POST and some other PHP stuff

Last post 07-01-2009 1:29 AM by yellowshadow. 0 replies.

Sort Posts:

  • POST and some other PHP stuff

    07-01-2009, 1:29 AM
    • Member
      1 point Member
    • yellowshadow
    • Member since 08-23-2007, 1:24 PM
    • USA
    • Posts 3

    Hey guys I need some help converting some PHP code to ASP.NET.


    The code is this:

                <h3>Login</h3>            

    <form action=\"login.php?submit\" class='form colours' method='POST'>
    <p><input name='username' maxlength='32' value='username'/></p>
    <p><input name='password' maxlength='32' value='password' /></p>

    <p class='submit'><input type='submit' value='Submit' /></p>
    </form> ";
    }
    echo "
    <h3>Find user</h3>

    <form action=\"member.php?find\" class='form colours' method='POST'>
    <p><input name='username' maxlength='32' value='username'/></p>
    <p class='submit'><input type='submit' value='Submit' /></p>
    </form> ";
    ?>
    </div>

    And this:

    <li><a href=\"member.php?edit=".$_SESSION["username"]."\">Edit your profile</a></li>

    If anyone could help, that would be great.

    Thanks


Page 1 of 1 (1 items)