20VT Clio & 9-5 HOT
Alreeet.
I've done this before but I cant fooking remember how it differs in PHP to the normal HTML form.
Basically want a hidden form value below to have a URL in it, but if I remember correctly its not like the normal html way as below:
My poor effort at PHP version. Just want to know how to format the URL please! (unless its right?)
I've done this before but I cant fooking remember how it differs in PHP to the normal HTML form.
Basically want a hidden form value below to have a URL in it, but if I remember correctly its not like the normal html way as below:
Code:
<input type="hidden" name="template" value="http://myurl.com/users/me/test1.html"
Code:
<input type='hidden' name='currency' value='".$config['defaultCurrency']."' />
<input type='hidden' name='template' value='http://www.myurl.com/users/me/test1.html'>