So, this will be very basic question.
I am new to php.
So, let say my domain name is example.com
. And I have 4 php files for 4 different pages:
intro.php for example.com/intro
welcome.php for example.com/welcome
computer.php for example.com/computer
phone.php for example.com/phone
The question that I have is that how do I create different children url based on the php files that I have? So that appropriate files will be called when an user visits the url.
What is the structure?
Thanks