Hello, I want to know how to make in the adress bar link on php
Example:
I have index.php and about.php
How to make
and it will show about.php?Quote:
adres/index.php?about
I have tried
<php
if(!empty($_GET['about'])){ include('about.php'); die();}
>
But it doesn't work as good as i want, it showsfor about.php , but i need index.php?about or index.php?op=aboutQuote:
adres/about
Please, if you know how to do it, help me. :lamo:
