I have this string that i obtain from a database, $address.
I want to pass that via url,
Code: Select all
$html_block .= "<a href=printableTemplate.php?address=$ad&size=$size>Create Printable Template</a>";The url created created for that link, if address is for example "SomestreetName 45" is
http://www.mysite.com/printableTemplate ... streetName
The number is not passed and not is the size parameter...
Anyone knows how to solve this?
thanks