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
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
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");
?>
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
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
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
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
7 matches
Mail list logo