Re: [PHP-DB] Create Search engine with multiple form fields

2008-07-05 Thread OKi98
Hello, yesterday I installed PHP 5.2.7 and whenever I use mysql_connect function Apache (2.2.9) crashes. Mysqli functions work without problem. Anybody knows why is this happening or has similar experience? OKi98 -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DB] Create Search engine with multiple form fields

2008-06-29 Thread Nasreen Laghari
Hi,   I have an HTML form which has more then one fields. User can precise its search using one or more input fields E.g GigName,Date, Genre,Venue. The data is coming from 3 tables.  Below Query brings one tables record with each and every row of other two tables. Could any one please help me

Re: [PHP-DB] Create Search engine with multiple form fields

2008-06-29 Thread Roberto Costumero Moreno
will be better to create dynamic query? Thank you Nasreen - Original Message From: Roberto Costumero Moreno [EMAIL PROTECTED] To: Nasreen Laghari [EMAIL PROTECTED] Sent: Sunday, June 29, 2008 4:36:34 PM Subject: Re: [PHP-DB] Create Search engine with multiple form fields Hi, Let me see if I

Re: [PHP-DB] Create Search engine with multiple form fields

2008-06-29 Thread Bastien Koert
On Sun, Jun 29, 2008 at 11:07 AM, Nasreen Laghari [EMAIL PROTECTED] wrote: Hi, I have an HTML form which has more then one fields. User can precise its search using one or more input fields E.g GigName,Date, Genre,Venue. The data is coming from 3 tables. Below Query brings one tables record