Re: [PHP] PHP/MYSQL ..what the hell is wrong here...

2001-12-25 Thread Brian Clark
* Chris Cocuzzo ([EMAIL PROTECTED]) [Dec 25. 2001 03:16]: > here's the submit.php page ..which is the one that I suspect is giving me problems: > case 'gigs': > print "$date"; > $date = strtotime($date); > print "$date"; > $query = "INSERT INTO gigs VALUES('0','$date','$locat

[PHP] PHP/MYSQL ..what the hell is wrong here...

2001-12-25 Thread Chris Cocuzzo
hey- Ok so my plan with this stuff is to enter in a few fields for a gig into the database. Here's the code for the page where i enter the info in: Date:  Location:  Venue:  Info: here's the submit.php page ..which is the one that I suspect is giving me problems: case 'gig