example:
i'm using a link in my page like this "index.php?action=login"
With my 'old' php, the page would just load(again) when the link is clicked but i echo the login part.
like
Code: Select all
<?php
if ($action=="login") {print "allthatshouldlooklikealogin";}
?>does anybody have a clue?