Is there a way to do this?
Is there a way to do this?
am 07.06.2007 02:41:05 von BTM
Okay, I've got a site which I'll have the same thing on several of the
pages (a menu. and text at the bottom telling people who they can
email). My question is, how can I make it some that there's like a
site "template" that all the pages share, and that if I change one of
those section on one page (or the "main" page) it'll automatically
change on all of them?
I know how to do for autoupdating links and stuff, but I'm sure
there's a way to do something like this for other things.
I'm using Macromedia Dreamweaver.
Re: Is there a way to do this?
am 07.06.2007 03:04:10 von freemont
On Thu, 07 Jun 2007 00:41:05 +0000, BTM writ:
> Okay, I've got a site which I'll have the same thing on several of the
> pages (a menu. and text at the bottom telling people who they can
> email). My question is, how can I make it some that there's like a
> site "template" that all the pages share, and that if I change one of
> those section on one page (or the "main" page) it'll automatically
> change on all of them?
Search for information about PHP includes. They will do what you want, and
are really easy to use.
--
"Because all you of Earth are idiots!"
¯`·..·¯`·-> freemont© <-·¯`·..·¯
Re: Is there a way to do this?
am 07.06.2007 04:02:35 von nino0057
On Jun 6, 6:04 pm, freemont
wrote:
> On Thu, 07 Jun 2007 00:41:05 +0000, BTM writ:
>
> > Okay, I've got a site which I'll have the same thing on several of the
> > pages (a menu. and text at the bottom telling people who they can
> > email). My question is, how can I make it some that there's like a
> > site "template" that all the pages share, and that if I change one of
> > those section on one page (or the "main" page) it'll automatically
> > change on all of them?
>
> Search for information about PHP includes. They will do what you want, and
> are really easy to use.
>
> --
> "Because all you of Earth are idiots!"
> =AF`=B7..·¯`=B7-> freemont=A9 <-·¯`=B7..·¯
Pretty much you need a PHP include or a cold fusion. Try PHP first and
if you cant get it to work try using cold fusion
Re: Is there a way to do this?
am 07.06.2007 07:07:20 von Adrienne Boswell
Gazing into my crystal ball I observed nino0057@gmail.com writing in
news:1181181755.819571.43310@o5g2000hsb.googlegroups.com:
>> > email). My question is, how can I make it some that there's like a
>> > site "template" that all the pages share, and that if I change one
>> > of those section on one page (or the "main" page) it'll
>> > automatically change on all of them?
>>
>> Search for information about PHP includes. They will do what you
>> want, and are really easy to use.
>
> Pretty much you need a PHP include or a cold fusion. Try PHP first and
> if you cant get it to work try using cold fusion
>
>
What's wrong with plain old SSI and .shtml documents? There's also ASP on
windows boxes, not JUST PHP and Cold Fusion.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: Is there a way to do this?
am 08.06.2007 01:45:20 von nigel_moss
While the city slept, Adrienne Boswell (arbpen@yahoo.com) feverishly
typed...
> What's wrong with plain old SSI and .shtml documents? There's also
> ASP on windows boxes, not JUST PHP and Cold Fusion.
You can also run PHP on windows boxes you know ;-) I'm sat here at home,
running Windows 98SE (yes, I know...) with PHP, Apache and MySQL quite
happily... I think of it as my WAMP setup ;-)
Cheers,
Nige
--
Nigel Moss http://www.nigenet.org.uk
Mail address will bounce. nigel@DOG.nigenet.org.uk | Take the DOG. out!
"Your mother ate my dog!", "Not all of him!"
Re: Is there a way to do this?
am 08.06.2007 05:02:23 von Adrienne Boswell
Gazing into my crystal ball I observed "nice.guy.nige"
writing in news:46689892$0$97268$892e7fe2
@authen.yellow.readfreenews.net:
>> What's wrong with plain old SSI and .shtml documents? There's also
>> ASP on windows boxes, not JUST PHP and Cold Fusion.
>
> You can also run PHP on windows boxes you know ;-) I'm sat here at home,
> running Windows 98SE (yes, I know...) with PHP, Apache and MySQL quite
> happily... I think of it as my WAMP setup ;-)
>
>
I have PHP, MySQL on windows as well. I have WinXp Professional with IIS.
One of the great things about PHP is that often hosts will have both ASP
and PHP running on the same box, so you can mix and match (yes, I know
that's a bad idea).
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: Is there a way to do this?
am 09.06.2007 00:05:08 von BTM
>I have PHP, MySQL on windows as well. I have WinXp Professional with IIS.
>One of the great things about PHP is that often hosts will have both ASP
>and PHP running on the same box, so you can mix and match (yes, I know
>that's a bad idea).
Sadly, I'll have to learn all this on my own, as the university I went
to didn't have a class on PHP, MySQK or ASP (never mind I'm supposed
to be graduation this with an IT degree) and I have hopes of being a
web desing so day..
Oh, the irony...
Re: Is there a way to do this?
am 09.06.2007 09:16:44 von Adrienne Boswell
Gazing into my crystal ball I observed BTM writing in
news:kikj63d6vfd915u0p2bhn8jqvkraf2res3@4ax.com:
>
>>I have PHP, MySQL on windows as well. I have WinXp Professional with
>>IIS. One of the great things about PHP is that often hosts will have
>>both ASP and PHP running on the same box, so you can mix and match
>>(yes, I know that's a bad idea).
>
> Sadly, I'll have to learn all this on my own, as the university I went
> to didn't have a class on PHP, MySQK or ASP (never mind I'm supposed
> to be graduation this with an IT degree) and I have hopes of being a
> web desing so day..
>
> Oh, the irony...
>
I never went to school to learn any of my scripting skills. I just did a
lot of Googling, found some sites that had good information, and went on
from there. Of course, the other great way to learn is to lurk in
appropriate usenet groups - I learned a lot from doing that.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share