Insert PHP compiled code in pages

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
DaZZleD
Forum Commoner
Posts: 38
Joined: Tue Jan 07, 2003 5:39 am

Insert PHP compiled code in pages

Post by DaZZleD »

what i want to do is to insert different pieces of compiled PHP code in pages. in other words i have a page that is made up of different sections. i want each section to be a different page that i can work on and the main page to just take all the bits and put them together (that is after the code is compiled by php). i don't want to use frames so i would like a workaround for this.

any suggestion is welcomed.
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

User avatar
lazy_yogi
Forum Contributor
Posts: 243
Joined: Fri Jan 24, 2003 3:27 am

Post by lazy_yogi »

PHP can be compiled ?
User avatar
twigletmac
Her Royal Site Adminness
Posts: 5371
Joined: Tue Apr 23, 2002 2:21 am
Location: Essex, UK

Post by twigletmac »

I sort of assumed he meant executed.

Mac
Post Reply