FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » PHP : passing a variable along url
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: PHP : passing a variable along url [message #179053 is a reply to message #179050] Fri, 07 September 2012 12:06 Go to previous messageGo to previous message
Olaf S. is currently offline  Olaf S.
Messages: 10
Registered: December 2011
Karma:
Junior Member
Am 07.09.2012 13:12, schrieb pritam chavla:
> Hi group i am having a problem now, actually i am trying to submit a form
>
> and want to pass a parameter along url like
> this is my form that is on url(http://localhost/userregistration.php)

> <form action = "userhandler.php" method = "POST" id = "validate_form" enctype="multipart/form-data" >
>
> <dl>
> <dt><label for="user_name">User Name<span class="req" style="color:red;">*</span></label></dt>
> <dd><input type="text" name="user_name" id="user_name" class = "required" size="32" maxlength="128" /></dd>
> </dl>
>
> <dl>
> <dt><label for="password">Password:<span class="req" style="color:red;">*</span></label></dt>
> <dd><input type="password" name="password" id="password" class = "required" size="32" maxlength="32" /></dd>
> </dl>
Add this line:
<input type="hidden" name="org-name" value="blah">


>
>
> </form>
>
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Please help In if else while using array
Next Topic: average rate
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Dec 01 02:47:24 GMT 2024

Total time taken to generate the page: 0.03996 seconds