I've installed the apache webserver and i installed php, but i've got the problem.
It seems if the php can't get the variables from the URL.
Example: URL: blabla/guestbook.php?id=1
In the php script i simply use the $id to get the variable from the URL, normaly this works.
BUT IT DOESN'T WORK, can someone tell me what i should change?
thanks.