[PHP] REQUEST QUESTION

2002-03-05 Thread karthikeyan

Hi Guys,

  I allready posted this question in detail but I believe I didn't explain it properly.

  There are 2 hidden variable in my FORM.

  1. order = 10 and 2. order=20

  I want to retrieve both the orders in the next page say somename.php.  How do i do 
that.

  Regards,

karthikeyan.



Re: [PHP] REQUEST QUESTION

2002-03-05 Thread Scott St. John

Call me silly, but I would just call the hidden values:

$order1 and $order2

Did I miss why they both must be called order?

On Tue, 5 Mar 2002, karthikeyan wrote:

 Hi Guys,
 
   I allready posted this question in detail but I believe I didn't explain it 
properly
 
   There are 2 hidden variable in my FORM
 
   1 order = 10 and 2 order=20
 
   I want to retrieve both the orders in the next page say somenamephp  How do i do 
that
 
   Regards,
 
 karthikeyan
 

-- 



-- 
PHP General Mailing List (http://wwwphpnet/)
To unsubscribe, visit: http://wwwphpnet/unsubphp




Re: [PHP] REQUEST QUESTION

2002-03-05 Thread William Lovaton

That is impossible.

If you want to store two values you will need two variables!

William.


El mar, 05-03-2002 a las 11:21, karthikeyan escribió:
 Hi Guys,
 
   I allready posted this question in detail but I believe I didn't explain it 
properly.
 
   There are 2 hidden variable in my FORM.
 
   1. order = 10 and 2. order=20
 
   I want to retrieve both the orders in the next page say somename.php.  How do i do 
that.
 
   Regards,
 
 karthikeyan.



_
Do You Yahoo!?
Get your free yahoo.com address at http://mail.yahoo.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] REQUEST QUESTION

2002-03-05 Thread Erik Price


On Tuesday, March 5, 2002, at 11:21  AM, karthikeyan wrote:

   I allready posted this question in detail but I believe I didn't
 explain it properly.

   There are 2 hidden variable in my FORM.

   1. order = 10 and 2. order=20

   I want to retrieve both the orders in the next page say somename.php.
 How do i do that.


First tell us how you can tell the two variables apart.



Erik




Erik Price
Web Developer Temp
Media Lab, H.H. Brown
[EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php