I am working only wiht html and css. I can reference a css page on all of my html sites. This got me thinking...is it possible to reference html pages within other pages? I want to do this with the navagation, so I don't have to go to every page if I want to change something. Can I do this? If so does anyone know the coding I need? If I need something other than these 2 languages to do it can someone please point me to the one I need to learn or just give me instructions on how to make my site work the way I want it to? Thanks.
Posted: Sat Feb 03, 2007 11:20 am
You are either talking about PHP include of frames.
My Documents Captain
Offline
Kainosa
Offline
Posted: Sat Feb 03, 2007 2:13 pm
I am not failiar with php. How hard is it to learn how to do that?
Posted: Sat Feb 03, 2007 3:11 pm
WakeBordrGirl
I am not failiar with php. How hard is it to learn how to do that?
Basicly sound like all you need is:
require_once('file_location') ?>
And that will make the referenced page appear in the loaded page.
Hoggs Vice Captain
Offline
My Documents Captain
Offline
Posted: Sat Feb 03, 2007 5:22 pm
Hoggs
WakeBordrGirl
I am not failiar with php. How hard is it to learn how to do that?
Basicly sound like all you need is:
require_once('file_location') ?>
And that will make the referenced page appear in the loaded page.
Man, I need to learn PHP. sweatdrop
Posted: Sat Feb 03, 2007 5:58 pm
An
Kriona
Offline
Peng
Offline
Posted: Sun Mar 11, 2007 11:19 pm
SSI would also work (if your server supports it), and isn't nearly as heavy-weight as PHP.
While iframes would also work, they're the wrong way to do it.
My Documents
Man, I need to learn PHP. sweatdrop
No, take the chance to learn Perl or Python or some other decent language before you get perverted by PHP!