Question
php print question
Hi all............
I'm using the code below to populate a field in my enquiry form.
The problem is that some of the product names have characters such as & and
+ in the names and these are not showing.
So for instance, if a product has the name of "D+144 with 1&2 phase" the
product name would show as "D144 with 1"
Any ideas how i can get round this problem???
Thanks
Andy
<?php $_GET["product"]; ?>
<?php print $product; ?>
I'm using the code below to populate a field in my enquiry form.
The problem is that some of the product names have characters such as & and
+ in the names and these are not showing.
So for instance, if a product has the name of "D+144 with 1&2 phase" the
product name would show as "D144 with 1"
Any ideas how i can get round this problem???
Thanks
Andy
<?php $_GET["product"]; ?>
<?php print $product; ?>