Re: RE: [PHP] I can't execute pf commands

2011-07-28 Thread Arthur Moczulski
-wise Arthur Moczulski On 28 Jul 2011 19:16, Bulent Malik bma...@ihlas.net.tr wrote: did you try it in shell? or just You tried it in PHP? Yeah, I tried it on shell and it works on it. Also if I execute it as command line, it works ; php test.php But when I try it on www ( internet

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

2011-06-30 Thread Arthur Moczulski
that's quite basic thing which you can definitely find in the manual On 30 June 2011 10:48, Md Ashickur Rahman Noor ashickur.n...@gmail.comwrote: 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

Re: [PHP] Manipulate Request Headers after Redirect

2011-06-24 Thread Arthur Moczulski
Hey, this is what I understand: you want to manipulate headers of the request sent by the client directly after receiving a 302 response? If that's the case, than read further ;) Any client goes through the following process while communicating with a web-server: 1. get IP address from the domain