I'm trying to pass a variable that contains a 'bullet' from one php file to another. It appears to work fine in Firefox and Explorer, but is not interpreted correctly by Chrome or Safari.
Here's the code in the file defining the variable $title.
Here's the code in the file "getting" the variable.Code:<a href="../product/product.php?title=Window Reflection • 1985&dir-name=madrona&image=madrona1" >Go To Store</a>
I've messed around with htmlspecialchars() htmlentities(), but have not found a resolution that works in all browsers!?!Code:<h2><?php echo $_GET["title"] ?></h2>
Any pointers are appreciated.
Thanks!!!


Reply With Quote
Bookmarks