RE: [PHP] PHP new super globals or something else??

2002-05-29 Thread Ed Gorski
ble > >-Original Message- >From: Gerard Samuel [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, May 29, 2002 10:46 AM >To: PHP >Subject: [PHP] PHP new super globals or something else?? > > >I hope this makes sense to someone > >Im converting a script over to work with 4.1.x

Re: [PHP] PHP new super globals or something else??

2002-05-28 Thread Gerard Samuel
[EMAIL PROTECTED]] >Sent: Wednesday, May 29, 2002 11:30 AM >To: PHP >Subject: Re: [PHP] PHP new super globals or something else?? > > > Actually, no. $foo and $bar are controls to let the script know which >threads (its a forum script) to follow. >This merely an example. >

RE: [PHP] PHP new super globals or something else??

2002-05-28 Thread Martin Towell
set up to _dis_allow zero length strings... I'd suggest looking at the two database schemas to see if they're exactly to same -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 11:30 AM To: PHP Subject: Re: [PHP] PHP new super globals or

Re: [PHP] PHP new super globals or something else??

2002-05-28 Thread Gerard Samuel
; and 'bar' are in $_POST. >>For some reason, this is working on my boxes with register_globals set >>to off. >> >>Martin Towell wrote: >> >> >> >>>code snippets would be good, if possible >>> >>>-Original Mess

Re: [PHP] PHP new super globals or something else??

2002-05-28 Thread Lars Torben Wilson
x27;foo' and 'bar' are in $_POST. > For some reason, this is working on my boxes with register_globals set > to off. > > Martin Towell wrote: > > >code snippets would be good, if possible > > > >-Original Message- > >From: Gerard Samuel [mailto:

Re: [PHP] PHP new super globals or something else??

2002-05-28 Thread Gerard Samuel
t;Sent: Wednesday, May 29, 2002 10:46 AM >To: PHP >Subject: [PHP] PHP new super globals or something else?? > > >I hope this makes sense to someone > >Im converting a script over to work with 4.1.x +. >Im running php 4.1.2 on FreeBSD/Apache and I have 4.2.0 on w2k/IIS/Apac

Re: [PHP] PHP new super globals or something else??

2002-05-28 Thread Miguel Cruz
On Tue, 28 May 2002, Gerard Samuel wrote: > Then the form is submitted to itself to insert into the database. When > its submitted, the script is looking for 'foo' and 'bar', but > they are now in the $_POST, and this is where it breaks for the other > guy, because the script is still looking f

RE: [PHP] PHP new super globals or something else??

2002-05-28 Thread Martin Towell
code snippets would be good, if possible -Original Message- From: Gerard Samuel [mailto:[EMAIL PROTECTED]] Sent: Wednesday, May 29, 2002 10:46 AM To: PHP Subject: [PHP] PHP new super globals or something else?? I hope this makes sense to someone Im converting a script over to work

[PHP] PHP new super globals or something else??

2002-05-28 Thread Gerard Samuel
I hope this makes sense to someone Im converting a script over to work with 4.1.x +. Im running php 4.1.2 on FreeBSD/Apache and I have 4.2.0 on w2k/IIS/Apache. I sent the script to a friend of mine who is running w2k/Apache with 4.2.0. He told me that the script isn't working for him but it w