here's a tip:

 page1:
  <a href="page2.php?hello=world">

 page2:
  <?
  echo $hello;
  // prints 'world'
  ?>

try to guess the answer :-)


Sincerely, 

 Maxim Maletsky
 Founder, Chief Developer
 PHPBeginner.com (Where PHP Begins)
 [EMAIL PROTECTED]
 www.phpbeginner.com



-----Original Message-----
From: Tarrant Costelloe [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 7:10 PM
To: Php (E-mail)
Subject: [PHP] parsing variables


How exactly is it that you parse variables from one page to another without
using a form. I have heard you can do it by using the URL? 

Taz



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to