Re: SQL not working, but no error messages...

2002-01-26 Thread Ken Menzel
I am sure Paul would not plug his own book, but I will it would help to have a practical example to follow, so I recommend the book "MySQL" by Paul Dubois, published by New Riders (check Amazon.com or your local computer book store). This will help you with error checking. I know it helped me!

Re: SQL not working, but no error messages...

2002-01-26 Thread Lisa M. Venezia
Okay - that was silly of me. I was checking the return values of the insert and the select, but I never did one for the connect. It's failing on the connect - I'm assuming that all I have to do is ask them what the proper way to connect to their database is. Thanks for your help! Lisa At 11

Re: SQL not working, but no error messages...

2002-01-26 Thread Paul DuBois
At 12:36 -0500 1/26/02, Lisa M. Venezia wrote: >Hi, I am new to this list and was wondering if someone can help me. > >I am running very simple SQL through PHP and mySQL to connect to a >database, add data to it, and display this data. This will >eventually be used for a guestbook for my organi