ok, here is my url:
http://localhost/content/login.php?title=mytitle
Here is my code:
Code:
<?php echo"<title>".$_GET['title']."</title>\n"; ?>
Here is my error:
Notice: Undefined index: title in c:\inetpub\wwwroot\headers\page_header.php on line 5
what the heck am i doing wrong????
thanks