Have a look at http://www.php.net/manual/en/function.urlencode.php and
http://www.php.net/manual/en/function.urldecode.php. When you're
passing the argument in the URL, it needs to have the spaces changed to
'%20' for the variable.
Basically you would do
$h=urlencode($h); in the one page and in
Hi,
I have a search engine. It finds articles and displays the headings. When I
click on the heading, I wanna load the article using a single page on the
fly.
I did as follows. $h is the heading.
echo("$hRead This");
In articleload.php, I printed $head but, it prints only the first word of