Hi, I'm a really newbie in php and need some help to get started, I read w3school tutorial but was to abstract, I guess, I need more real exemples.
I have the PHP code of a website and I need to create a new page.
I'm reusing the "header" because it's equal in every pages.
But now I need to create something equivalent to frames: one top frame,
a middle one divided in a menu on the left and a "mainframe" that changes with the option selected in the menu and a bottom one. I read a post that says I should to that with <div> and a CSS file, is this true in this case?
Can someone give me some lights to get my page?
Thanks,
João Correia
I have the PHP code of a website and I need to create a new page.
I'm reusing the "header" because it's equal in every pages.
But now I need to create something equivalent to frames: one top frame,
a middle one divided in a menu on the left and a "mainframe" that changes with the option selected in the menu and a bottom one. I read a post that says I should to that with <div> and a CSS file, is this true in this case?
Can someone give me some lights to get my page?
Thanks,
João Correia
Comment