Hey guys,
I have a script calling the value from a hidden field from the previous page and then writing it to the page. What code would I have to use to say:
IF hidden field value from the previous page is empty then the hidden field value should be changed to "blah"
Current script:
<?php echo $_REQUEST['Siteprice'] ; ?>
Thanks
Max