Skip to main content
Participant
August 22, 2008
Question

PHP Header Information

  • August 22, 2008
  • 1 reply
  • 242 views
Alot of PHP based sites have a comment area at the top pf the site that hold site/page information. For example oscommerce has something like whats posted below.

Is there a way to have dreamweaver automatically add something like this to each page I design. I would like to be able to use it to keep track of when a page is created and last updated?
This topic has been closed for replies.

1 reply

Inspiring
August 22, 2008
Create a snippet for it.

http://livedocs.adobe.com/en_US/Dreamweaver/9.0/WSc78c5058ca073340dcda9110b1f693f21-7bd2.html

--
Ken Ford
Adobe Community Expert Dreamweaver/ColdFusion
Fordwebs, LLC
http://www.fordwebs.com


"Rabastan99" <webforumsuser@macromedia.com> wrote in message
news:g8mk8v$18g$1@forums.macromedia.com...
> Alot of PHP based sites have a comment area at the top pf the site that
> hold
> site/page information. For example oscommerce has something like whats
> posted
> below.
>
> Is there a way to have dreamweaver automatically add something like this
> to
> each page I design. I would like to be able to use it to keep track of
> when a
> page is created and last updated?
>
> /*
> $Id: index.php,v 1.1 2003/06/11 17:37:59 hpdl Exp $
>
> osCommerce, Open Source E-Commerce Solutions
> http://www.oscommerce.com
>
> Copyright (c) 2003 osCommerce
>
> Released under the GNU General Public License
> */
>