From: Trystano
>If you a beginner, then the online manual might not be a good start.
Might so be, but on the other hand, some languages are better
suited to start to learn than others. (If we now are talking
about learning to do programming, and not just learning php).
It use to be said:
BASIC,
> -Original Message-
> From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]
> Sent: 2 February 2004 9:29 pm
> To: 'jon roig '; '[EMAIL PROTECTED] '
> Subject: RE: [PHP-WIN] tutorial
>
>
> "Learn in 24 hours"... Oh dear
>
> -
If you a beginner, then the online manual might not be a good start. I still
find the maual quite complex (must just be me :s). Got to HotScripts.com, theu
have some tasty scrripts there, with some actual hands on implementations of
PHP and MySQL.
Tryst
"Learn in 24 hours"... Oh dear
-Original Message-
From: jon roig
To: Svensson, B.A.T. (HKG); [EMAIL PROTECTED]
Sent: 2004-02-02 20:01
Subject: RE: [PHP-WIN] tutorial
The manual is indispensible, but personally, I've found the Sams "Learn
in 24 Hours"
ECTED] '
Subject: RE: [PHP-WIN] tutorial
In my oppinion, the online manual.
-Original Message-
From: Cyrus Misthalin
To: [EMAIL PROTECTED]
Sent: 2004-02-02 18:27
Subject: [PHP-WIN] tutorial
What is the best tutorial for PHP?
Best online-course?
And Best book?
--
PHP Windows Ma
In my oppinion, the online manual.
-Original Message-
From: Cyrus Misthalin
To: [EMAIL PROTECTED]
Sent: 2004-02-02 18:27
Subject: [PHP-WIN] tutorial
What is the best tutorial for PHP?
Best online-course?
And Best book?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe
What is the best tutorial for PHP?
Best online-course?
And Best book?
At 22:47 03.04.2001 +0300, Vlad Bejenaru aka BJ wrote:
>I copied this example from the tutorial page of php.net:
>first is the file with the form:
>
>
>Your name:
>You age:
>
>
>
>and second is da action:
>
>Hi . You are years old.
>
>
>the problem is that is not listing the values that i subm
I copied this example from the tutorial page of php.net:
first is the file with the form:
Your name:
You age:
and second is da action:
Hi . You are years old.
the problem is that is not listing the values that i submit in the first
file. Can anyone tell me what is wrong? I tried and wi