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("<font size='4' color='#003399'>$h<br></font><font size='1'><a
href='articleload.php?head=$h'>Read This</a></font><br><br><HR noShade
SIZE=1 width='80%'>");
In articleload.php, I printed $head but, it prints only the first word of
the heading. Can anyone help me?
Thanks in advance
Sridhar Ranganathan
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]