How do I use PHP to help me with editing my sub-domain?

  • Thread starter Thread starter i_poop_2
  • Start date Start date
I

i_poop_2

Guest
I've heard of a PHP function that you put into your pages. Then when you want to edit like a link on every page or something you only have to edit 1 page and not all the other 20 pages. Anyone know where I can find this PHP code?
 
You mean the include function?

Tizag.com have it

I think the code is

<php? Include"(Page)" ?>

I think it's something similar to that. Can't quite remember
 
It is called an "include". You put things like the navigation bar into another file. Then when you want it you just "include" it. Your server does have to support PHP or it won't work.
 
Back
Top