Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
Hi all,
Hope someone can please, please help. I have moved a site from test server to live server and site not working On a product page a user clicks on a link that directs them to more details about a product. The link uses a varibale from database query:Code: Select all
<a href="artificial_christmas_tree_details.php?product_name=<?php echo ['$row_prod['product_name']; ?>Now this was working but not working now???? I dont know if has anything to do with URL code. As product name has %20 in it. But as i say this was working on first server not now.
URL: artificial_christmas_tree_details.php?product_name=Yardley%20Fir.
I have been told this is not a problem, but i really have no idea what the fault can be. Does something need to be enabled on live server????
Really need some help and really appreciate help. advice, suggestions
Regards
Stevenon live server.
feyd | Please use
Code: Select all
andCode: Select all
tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]