In a message dated 2/13/2003 1:11:35 PM Pacific Standard Time,
[EMAIL PROTECTED] writes:
>I am new to PHP and had just written a simple php script to get things
>started. I have the following code:
>
>if($submit1) {
>echo "hello $vname";
>} else {
>?>
>
>
>Input yourname
>
>
>
>
>
>}
>?>
>So thi
Thanks everyone, It worked.
Kelvin
-Original Message-
From: John Nichel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 13, 2003 4:13 PM
To: Poon, Kelvin (Infomart)
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP] Simple PHP script
Sigh
if ( $_POST['submit1
Sigh
if ( $_POST['submit1'] ) {
echo ( "Hello $_POST['vname']" );
}
http://www.php.net/manual/en/language.variables.scope.php
http://www.php.net/manual/en/language.variables.external.php
Poon, Kelvin (Infomart) wrote:
Hi,
I am new to PHP and had just written a simple php script to get thi
3 matches
Mail list logo