View Single Post
  #1 (permalink)  
Old Aug 16th, 2007, 06:11
gecko gecko is offline
SuperMember

SuperMember
Join Date: Apr 2007
Location: Brisbane, Australia
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Question insert works in firefox but not i.e.

I have a query to insert a product record into MySql database. Some products have flavours, some do not. On the form I have
PHP: Select all

if ($flav_exist !=  "y")  {
    
$flavour "";

The insert query works fine in Firefox, but fails in Internet Explorer, without giving error message. Any ideas please.

Last edited by karinne; Aug 16th, 2007 at 12:27. Reason: Please use [ php ]...[ /php ] tags when displaying code.
Reply With Quote