Welcome to Gaia! ::

My Design :: Web and Graphic Design [HTML CSS PHP]

Back to Guilds

XHTML, CSS, jQuery, Javascript, PHP, mySQL, MORE! 

Tags: design, graphics, html, jquery, javascript 

Reply Server Side Programming
Question: Is this possible....?

Quick Reply

Enter both words below, separated by a space:

Can't read the text? Click here

Submit

Kainosa

PostPosted: Sat Feb 03, 2007 10:52 am


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.
PostPosted: Sat Feb 03, 2007 11:20 am


You are either talking about PHP include of frames.

My Documents
Captain


Kainosa

PostPosted: Sat Feb 03, 2007 2:13 pm


I am not failiar with php. How hard is it to learn how to do that?
PostPosted: 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


My Documents
Captain

PostPosted: 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
PostPosted: Sat Feb 03, 2007 5:58 pm


An