View Single Post
  #2 (permalink)  
Old 03-05-2008, 11:46 AM
wige's Avatar
wige wige is offline
Moderator
WebProWorld Moderator
 

Join Date: Jun 2006
Location: United States
Posts: 1,709
wige RepRank 4wige RepRank 4wige RepRank 4wige RepRank 4
Default Re: Firefox problem in php

Add the following line, and retest in firefox to verify that the country is being passed properly:

if ($row_cust['bcountry'] != "United States"){
echo '<!-- '.$row_cust['bcountry'].' -->\n';
echo " <tr>\n";

View source, and look at the beginning of the form fields, and it will show the value of the variable. Most likely there is a difference in the way variables are passed between browsers and that is what is causing the issue.
__________________
The best way to learn anything, is to question everything.
Interestingly Average Security Blog
Reply With Quote