Re: [PHP] Server side issue with

2007-06-10 Thread Richard Lynch
On Sun, June 10, 2007 9:06 am, Roy W wrote: > My host company must have an installation/configuration issue. > > Variables from forms are not being passed to the php scripts that are > sent > via > > Has anyone heard of this and know of the fix? Yes, lots. Usually right after an upgrade to PHP v

Re: [PHP] Server side issue with

2007-06-10 Thread Robert Cummings
On Sun, 2007-06-10 at 14:50 -0500, Roy W wrote: > Here is the code: > > index.html > > > > > Your name: > > Cost of a lunch: > > Days Buying Lunch: > > > > > > > > index.php > > > $Today = date("1 F d, Y"); > > ?> > > > > Today's Dat

Re: [PHP] Server side issue with

2007-06-10 Thread Roy W
Here is the code: index.html Your name: Cost of a lunch: Days Buying Lunch: index.php Today's Date: $Today\n"); print("$YourName, you will be out "); print($CostOfLunch * $DaysBuyingLunch); print(" dollars this week.\n"); ?>

Re: [PHP] Server side issue with

2007-06-10 Thread Daniel Brown
On 6/10/07, Tijnema <[EMAIL PROTECTED]> wrote: On 6/10/07, Roy W <[EMAIL PROTECTED]> wrote: > My host company must have an installation/configuration issue. > > Variables from forms are not being passed to the php scripts that are sent > via > > Has anyone heard of this and know of the fix? I d

Re: [PHP] Server side issue with

2007-06-10 Thread Tijnema
On 6/10/07, Roy W <[EMAIL PROTECTED]> wrote: My host company must have an installation/configuration issue. Variables from forms are not being passed to the php scripts that are sent via Has anyone heard of this and know of the fix? I don't think that's possible, please show us part of your

[PHP] Server side issue with

2007-06-10 Thread Roy W
My host company must have an installation/configuration issue. Variables from forms are not being passed to the php scripts that are sent via Has anyone heard of this and know of the fix? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Server side issue with

2007-06-10 Thread Roy W
My host company must have an installation/configuration issue. Variables from forms are not being passed to the php scripts that are sent via Has anyone heard of this and know of the fix? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php