$name='joseph john mathew';
$urlPgN ="<a href=author_stories.php?pgNo={pgNo}&name=$name style='text-decoration:none;color:#666; padding:0 2px 0 2px; '>{pgTxt}</a>";
I'm getting localhost/rose/author_stories.php?pgNo=2&name=joseph
only. How can I do it so I get the full name in the URL?