okay, new Netscape 4.7 headache... here is the deal. I am passing variables from one script to another when changing webpages. here is an example of the code inside one of my links:
passvalue.php?$name
$name is a variable for the category name in my mysql database. sometimes it can be one word like "JACK" or sometimes more than one word like "JACK AND JILL". the problem is that netscape doesn't like the spaces (i am assuming). When passed in IE or Netscape 6, it works fine and the browsers automatically detect the spaces and implements the ascii equivalents (ie "JACK%20AND%20JILL") netscape 4 isn't doing this and I am getting an HTTP Error 400. any ideas on how to fix this or make netscape 4.7 work properly with it?
blue