Jump to content

help with form


kamriyas

Recommended Posts

thank you so much! it works perfect

<form action="" method="post"><input type="text" name="name" /><br /><input type="submit" value="Submit" name="submit" /></form><?if(isset($_REQUEST['submit'])) {$name = $_POST['name'];echo '<br />';echo 'http://sitename.com/?referral=$name';}?>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...