RE: [PHP] Re: Parent Limits?

2011-06-30 Thread admin
Brian, I totally get what you are saying. I just may have not translated my thoughts to you very well and I am very sorry for that. I tested the design on a few of my servers. I had issues on my windows Servers and did not have issues on my RHEL servers There is an actual term for this pra

[PHP] PHP 5.3.7RC2 Released for Testing

2011-06-30 Thread Ilia Alshanetsky
The second release candidate of 5.3.7 was just released for testing and can be downloaded here: https://downloads.php.net/ilia/php-5.3.7RC2.tar.bz2 (md5sum: 1f4fba48807d5d6236b24ca1f1b63e69) https://downloads.php.net/ilia/php-5.3.7RC2.tar.gz (md5sum: d57c2d49d4e9c8a90d31068d88605ef2) The Windows

[PHP] Re: Parent Limits?

2011-06-30 Thread Brian Smither
With all kind respect to Richard Buskirk and Daniel Brown (thank you for responding), their replies did not actually answer my question. My question is: What module or php.ini setting would render inoperative a directory traversal of X parents? My original post follows. The following works (th

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

2011-06-30 Thread Steve Staples
On Thu, 2011-06-30 at 15:20 +0100, Geoff Lane wrote: > On Thursday, June 30, 2011, Jasper Mulder wrote: > > I think the moral is that one should never code when tired ;( > or coding while drunk... my favorite typo is $this == 'value'; or $$this = 'value'; very hard to find sometimes... As

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

2011-06-30 Thread Geoff Lane
On Thursday, June 30, 2011, Jasper Mulder wrote: > Personally, I think that incorrect spelling is far more annoying > than the quoting; that is, if it does not originate from > incapability due to English (whether it be British or American) > being not the native language, as opposed to spelling e

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. :)

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

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. :) "As

Re: [PHP] PDO_INFOMIX connection problem...

2011-06-30 Thread Steve Staples
On Wed, 2011-06-29 at 16:42 -0400, Steve Staples wrote: > I am trying to connect to an informix database, and using excel and odbc > it works fine. > > I installed the PDO_INFORMIX via: > pecl download pdo_informix > phpize > ./configure --with-pdo-informix=/opt/IBM/informix > make > make install

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

2011-06-30 Thread Ashley Sheridan
Md Ashickur Rahman Noor wrote: >> >> On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane >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 pa

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 wrote: > > > > On Thu, Jun 30, 2011 at 1:52 PM, Geoff Lane wrote: > > On Thursday, June 30, 2011, Md Ashickur Rahman Noor wrote: > > > > > I want to use POST when redirect via PHP

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 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. These can t

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 Ashley Sheridan
ad...@buskirkgraphics.com wrote: >I could be wrong on this but, >I am pretty sure you can use GET variables but not POST in a header >redirect. > >Example >header('Location:http://www.yourmom.com/?large=incharge&hasorbit=yes'); > > > > > >Richard L. Buskirk > >-Original Message- >From: M

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

2011-06-30 Thread admin
I could be wrong on this but, I am pretty sure you can use GET variables but not POST in a header redirect. Example header('Location:http://www.yourmom.com/?large=incharge&hasorbit=yes'); Richard L. Buskirk -Original Message- From: Md Ashickur Rahman Noor [mailto:ashickur.n...@gmail