[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: form action=/lib/submit.php method=POST target=_new Date:nbsp;input type=text name=date size=30br Location:nbsp;input type=text name=location

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 $datebr; $date = strtotime($date); print $datebr; $query = INSERT INTO gigs