RE: [PHP-WIN] tutorial

2004-02-03 Thread Svensson, B.A.T. (HKG)
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,

RE: [PHP-WIN] tutorial

2004-02-03 Thread George Pitcher
> -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 > > -

Re: [PHP-WIN] tutorial

2004-02-02 Thread Trystano
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

RE: [PHP-WIN] tutorial

2004-02-02 Thread Svensson, B.A.T. (HKG)
"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"

RE: [PHP-WIN] tutorial

2004-02-02 Thread jon roig
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

RE: [PHP-WIN] tutorial

2004-02-02 Thread Svensson, B.A.T. (HKG)
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

[PHP-WIN] tutorial

2004-02-02 Thread Cyrus Misthalin
What is the best tutorial for PHP? Best online-course? And Best book?

Re: [PHP-WIN] tutorial example problem

2001-04-03 Thread Daniel Beulshausen
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

[PHP-WIN] tutorial example problem

2001-04-03 Thread Vlad Bejenaru aka BJ
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