Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting a param

Status
Not open for further replies.
You'll have to get login1.php to retreive the value and when it outputs the html it must insert that value in the 'value' attribute of the input tag. For more specifics you may be better off asking in the php forum.

 
Code:
<input type="text" name="valid" value="[COLOR=green]<%php echo($_GET["valid"); %>[/color]" />

<marc> i wonder what will happen if i press this...[ul][li]please tell us if our suggestion has helped[/li][li]need some help? faq581-3339[/li][/ul]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top