Hi there! I am fooling around with PHP and wish to do the following:
$keywords variable has the content of "test amateur fun babes evil"
i need a few lines that takes $keywords then outputs, per word:
<A HREF="test.php">test</A>
<A HREF="amateur.php">amateur</A>
<A HREF="fun.php">fun</A>
<A HREF="babes.php">babes</A>
<A HREF="evil.php">evil</A>
ideas?
$keywords variable has the content of "test amateur fun babes evil"
i need a few lines that takes $keywords then outputs, per word:
<A HREF="test.php">test</A>
<A HREF="amateur.php">amateur</A>
<A HREF="fun.php">fun</A>
<A HREF="babes.php">babes</A>
<A HREF="evil.php">evil</A>
ideas?


Comment