I have made a message board on my home page and part of it doesn't work in Netscape 4 because of the query string getting past. If there is a space in the query string it doesn't put %20 for a space.. So it doesn't work... So all I want to do is change a variable to put %20 where ever there is a space... Here is what i have tried so far
$subjectlink = eregi_replace(" ", "%20", $subject1);
Would be great if someone could help me....
Adam