Hi guys,
I'm pretty new to the PHP game.
Can you help me explain how I can add an extended title text to this code:
<?php
if ($_GET['kw'])
{echo htmlentities($_GET['kw']);}
else
{echo ucwords("This is the default title tag!");}
?>
I want the personalized (keyword triggered) tag to present more than just the keyword, for example {echo htmlentities($_GET['kw + some extra text']);}
This was kind of hard to explain, I hope you get what I mean?
Thanks!



Reply With Quote

I'm going to hang out in this forum a lot from now on!

Bookmarks