If I do a the following using mysql_query
SELECT * FROM cine_ticket_tra nsaction WHERE performance_day ='2004-10-28'
AND film_name='Les miserable'
If the record does not exist, I lose the connection with the mysql server.
Any help appreciated.
Maurice Breault
software@omnite rm.com
SELECT * FROM cine_ticket_tra nsaction WHERE performance_day ='2004-10-28'
AND film_name='Les miserable'
If the record does not exist, I lose the connection with the mysql server.
Any help appreciated.
Maurice Breault
software@omnite rm.com
Comment