[PHP] Re: REQUEST QUESTION

2002-03-07 Thread karthikeyan
Dear Mark, Thanx for your reply. The solution you mentioned I knew it allready but i cannot change the name of order to order[] or something else but i still want to know is there any other way i can solve this issue. I got so many anwer saying that it is not possible I wonder why because

RE: [PHP] Re: REQUEST QUESTION

2002-03-07 Thread Ford, Mike [LSS]
-Original Message- From: karthikeyan [mailto:[EMAIL PROTECTED]] Sent: 07 March 2002 17:52 [] I am very sure that there must be some solution to this but I don't know how to do this in PHP. I have one solution using GET method but not with POST. Then you're very

[PHP] Re: REQUEST QUESTION

2002-03-07 Thread David Robley
In article 006401c1c600$ba52c210$0600a8c0@aspire006, [EMAIL PROTECTED] says... Dear Mark, Thanx for your reply. The solution you mentioned I knew it allready but i cannot change the name of order to order[] or something else but i still want to know is there any other way i can

Re: [PHP] Re: REQUEST QUESTION

2002-03-07 Thread karthikeyan
, karthikeyan. - Original Message - From: David Robley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, March 08, 2002 6:21 AM Subject: [PHP] Re: REQUEST QUESTION In article 006401c1c600$ba52c210$0600a8c0@aspire006, [EMAIL PROTECTED] says... Dear Mark, Thanx for your reply

[PHP] Re: REQUEST QUESTION

2002-03-05 Thread David Tandberg-Johansen
Karthikeyan [EMAIL PROTECTED] skrev i melding 002601c1c461$cfa08580$0600a8c0@aspire006..">news:002601c1c461$cfa08580$0600a8c0@aspire006..; 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

Re: [PHP] Re: REQUEST QUESTION

2002-03-05 Thread karthikeyan
: [PHP] Re: REQUEST QUESTION Karthikeyan [EMAIL PROTECTED] skrev i melding 002601c1c461$cfa08580$0600a8c0@aspire006">news:002601c1c461$cfa08580$0600a8c0@aspire006... Hi Guys, I allready posted this question in detail but I believe I didn't explain it properly. There are

Re: [PHP] Re: REQUEST QUESTION

2002-03-05 Thread Jason Wong
On Wednesday 06 March 2002 03:42, karthikeyan wrote: Hi All, I have worked in Java and Cgi and there I was able to do this very easily. Infact i have one solution to this using GET method in PHP but I want this using POST. As you have said, using POST overwrites duplicate variables. This