jaiffed Posted October 16, 2011 Share Posted October 16, 2011 I need PHP script for create a program i have 1 header.html (which is my header file) 2 menu.html(which contain menu on right of the page) 3 footer.html(which is my footer) 4 content.html(which is my content area of the page) 5 multiple around 10 .php form pages now i want to use them into single page which have header,menu,footer as same & my php forms call on content area. so plz help me out Link to comment https://forums.phpfreaks.com/topic/249223-need-script/ Share on other sites More sharing options...
Far Cry Posted October 16, 2011 Share Posted October 16, 2011 Try it yourself, then come back here if you get stuck. Would be glad to help. Link to comment https://forums.phpfreaks.com/topic/249223-need-script/#findComment-1279801 Share on other sites More sharing options...
codefossa Posted October 16, 2011 Share Posted October 16, 2011 Check out include() and include_once() functions. It shouldn't be hard for ya to figure out if you've written 10 other pages of PHP. The biggest part will be styling the page with CSS to layout everything how you want. Link to comment https://forums.phpfreaks.com/topic/249223-need-script/#findComment-1279807 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.