Hey there I want to make a webpage out of one main pagewith php, if you press on a link i want that it changes the content of the page, but it doesn't seem to work, i tried it like this...
link:
<a href="index.php?link=home">
php code:
if($link == home)
{
include'soundmp3.php';
}
but it doesn't work (i don't get an error, the content of soundmp3.php just
doesn't shows up).
Any Help is Welcome
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

