RE: [PHP] PHP and MySQL queries

2002-12-19 Thread Rich Gray
Subject: [PHP] PHP and MySQL queries Hi, I am having a real problem with variables in PHP and trying to query my MySQL database. I have a form that a user inputs information and then that info is used to query my database, but it's not working. I don't get any errorrs and it appears every thing

[PHP] PHP and MySQL queries

2002-12-18 Thread Beauford.2002
Hi, I am having a real problem with variables in PHP and trying to query my MySQL database. I have a form that a user inputs information and then that info is used to query my database, but it's not working. I don't get any errorrs and it appears every thing worked, but nothing gets displayed

RE: [PHP] PHP and MySQL queries

2002-12-18 Thread John W. Holmes
/ -Original Message- From: Beauford.2002 [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 18, 2002 11:28 PM To: PHP General Subject: [PHP] PHP and MySQL queries Hi, I am having a real problem with variables in PHP and trying to query my MySQL database. I have a form that a user inputs

[PHP] PHP and MySQL queries

2001-10-23 Thread Jason
As of yet I have tried all sorts for date formating for the search field to work. I.E. 2001-10-23, 10/23/2001, 10/%/2001, 10%, %10%, etc. The date field in the database is stored as 10/23/2001 and yet when a user enters the date and clicks the search button it does not display the results. I