SyntaxFix
Write A Post
Hire A Developer
Questions
While creating url encode them with urlencode
$val=urlencode('http://google.com/?var=234&key=234') <a href="http://localhost/test.php?id=<?php echo $val ?>">Click here</a>
and while fetching decode it wiht urldecode