View Single Post
  #2 (permalink)  
Old 03-09-2006, 09:12 PM
William_Wilson's Avatar
William_Wilson William_Wilson is offline
Moderator
 
About:
Join Date: Mar 2006
Location: Canada
Posts: 973
William_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura aboutWilliam_Wilson has a spectacular aura about

Default


I'm assuming you've made the common mistake of writting your php code within your webpage file, or trying to put the meta-tag within the php code.
*I'm no pro w/ php, but this one i have covered
Instead use a standard start and include the meta tag as you would in any html file. This would allow you to write the meta tag individually for each page, then use an include statement to add your header/footer files to it as well. (eg: include( 'header.php' ); )

*Although there is nothing technically wrong with not doing it this way, it is more 'proper' as far as programming style
good luck!



__________________

</Dream In Code>
-William. ยง (marvin_gohan)
Reply With Quote