Hello,
I am looking for some advice on how to do something within PHP, i know it is possible and have seen examples before, however I am not sure how to implement this myself.
What i am looking at doing is including PHP pages within a main PHP page.
for instance i have index.php and i want to include contacts.php inside the index page.
the url looks something like this: http://www.mysite.com/index/php?t=contacts
My questions is what is this called? and where can i learn about doing it effectively.
I have used Include() and Include_Once() before and this is not the same thing.
Any one have any ideas for me?
Thank you for your time!