Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[NEED HELP] PHP Form post, get, echo
#2
PHP Code:
<?PHP
if(isset($_POST['go'])){
$text1 $_POST['text1'];
$text2 $_POST['text2'];
$text3 $_POST['text3'];
$text4 $_POST['text4'];
header("location: page.php?VAR1=$text1&VAR2=$text2&VAR3=$text3&VAR4=$text4");
}
?>
<form action='' METHOD='POST'>
Text1: <input type='text' name='text1'>
<br>
Text2: <input type='text' name='text2'>
<br>
Text3: <input type='text' name='text3'>
<br>
Text4: <input type='text' name='text4'>
<br>
<input type='submit' name='go' Value='go'>
</form> 
[Image: cooldude.png]

(09-05-2011, 08:36 AM)Orgy Wrote: If you understand what you're doing, you aren't learning anything. ;)
Reply


Messages In This Thread
RE: [NEED HELP] PHP Form post, get, echo - by ★Cooldude★ - 12-22-2011, 07:00 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  PHP Framework List: An Ultimate Guide to 102 PHP Frameworks for Web Developers tk-hassan 0 789 07-27-2020, 11:26 PM
Last Post: tk-hassan
  PHP echo contents of folder help DAMINK™ 3 1,078 06-01-2012, 04:07 PM
Last Post: DAMINK™
  PHP email input form - having trouble getting the form to work... abayindi 4 2,426 03-19-2012, 10:02 AM
Last Post: RainbowDashFTW
  How to make a form. HB Virus 10 3,149 12-30-2011, 08:03 PM
Last Post: BreShiE
  PHP Video Tutorials (PHP For Beginners) Eleqtriq 4 3,313 10-10-2011, 01:00 PM
Last Post: Greyersting

Forum Jump:


Users browsing this thread: 1 Guest(s)