Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Ashley Sheridan
Md Ashickur Rahman Noor ashickur.n...@gmail.com wrote: I want to use POST when redirect via PHP Header function. Is it possible? -- Dedicated Linux Forum in Bangladeshhttp://forums.linuxdesh.com/member.php?action=registerreferrer=3%20

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Md Ashickur Rahman Noor
, 2011 at 12:34 PM, Ashley Sheridan a...@ashleysheridan.co.ukwrote: Md Ashickur Rahman Noor ashickur.n...@gmail.com wrote: I want to use POST when redirect via PHP Header function. Is it possible? -- Dedicated Linux Forum in Bangladesh

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread admin
...@gmail.com] Sent: Thursday, June 30, 2011 2:36 AM To: Ashley Sheridan Cc: php-general@lists.php.net Subject: Re: [PHP] I want to use POST when redirect via PHP Header function. For passing value to other page. -- Dedicated Linux Forum

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Ashley Sheridan
Rahman Noor [mailto:ashickur.n...@gmail.com] Sent: Thursday, June 30, 2011 2:36 AM To: Ashley Sheridan Cc: php-general@lists.php.net Subject: Re: [PHP] I want to use POST when redirect via PHP Header function. For passing value to other page

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Geoff Lane
On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: I want to use POST when redirect via PHP Header function. Is it possible? AFAICT, it isn't. You can use GET variables by passing them on the querystring. These can then be accessed via $_REQUEST, which is an amalgamation of $_POST

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Md Ashickur Rahman Noor
On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane ge...@gjctech.co.uk wrote: On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: I want to use POST when redirect via PHP Header function. Is it possible? AFAICT, it isn't. You can use GET variables by passing them on the querystring

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Arthur Moczulski
to use POST when redirect via PHP Header function. Is it possible? AFAICT, it isn't. You can use GET variables by passing them on the querystring. These can then be accessed via $_REQUEST, which is an amalgamation of $_POST, $_GET, and $_COOKIE. So if you have a script that might take

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Ashley Sheridan
Md Ashickur Rahman Noor ashickur.n...@gmail.com wrote: On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane ge...@gjctech.co.uk wrote: On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: I want to use POST when redirect via PHP Header function. Is it possible? AFAICT, it isn't. You can

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jim Giner
Just as bottom posting (I know, it's in da rules) makes it rather difficult for humans to read thru a topic, scrolling thru ever-longer messages to get to the 'new' content. Let's solve it for all by only posting your own content and let the sum of all the messages equate to the topic. :)

RE: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jasper Mulder
To: php-general@lists.php.net From: jim.gi...@albanyhandball.com Date: Thu, 30 Jun 2011 09:12:45 -0400 Subject: Re: [PHP] I want to use POST when redirect via PHP Header function. Just as bottom posting (I know, it's in da rules) makes it rather difficult for humans to read thru a topic

Re: [PHP] I want to use POST when redirect via PHP Header function.

2011-06-30 Thread Jim Giner
DON't get me started on the massacre of the English language on posting sites all over the internet! It seems that people are so wrought up in their problem-of-the-moment that they don't realize that they are mis-spelling, mis-typing and mis-stating their problem(s) in their frantic posts.

[PHP] I want to use POST when redirect via PHP Header function.

2011-06-29 Thread Md Ashickur Rahman Noor
I want to use POST when redirect via PHP Header function. Is it possible? -- Dedicated Linux Forum in Bangladeshhttp://forums.linuxdesh.com/member.php?action=registerreferrer=3%20 Follow Me Twiter https://twitter.com/#%21/AshickunNoor Thank