[PHP] Problem Coding a Tutorial

2003-09-08 Thread Stephen Tiano
I found a new book for again starting out to learn PHP/MySQL Web App programming. I've begun exercises toward that end. So far I've opened MySQL--I'm on a Macintosh PowerBook, so that's UNIX--as root and created a database I called guest_recorder. Then I GRANTed ALL to a new user (me) with a

Re: [PHP] Problem Coding a Tutorial

2003-09-08 Thread MuToGeN
Hello Stephen, You say then hit the Sign, dammit! button, and in your script you have ...if ($submit == Sign!) Obviously, the problem is that else block is executed instead of if. It's better to use some other variable to check whether the form is filled or not, something like

Re: [PHP] Problem Coding a Tutorial

2003-09-08 Thread murugesan
//nextpage.php do your db transactions here -Murugesan - Original Message - From: Stephen Tiano [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 08, 2003 3:05 PM Subject: [PHP] Problem Coding a Tutorial I found a new book for again starting out to learn PHP/MySQL Web App