|
|
 |
Re: FN-FORUM: Includes PHP question
date posted 25th January 2008 12:39
John Deaville wrote:
Hi john, welcome.
> Anyhoo - the question is 'includes PHP' which I was reading up on, so rather
> than having a menu on each page that needs to be edited, you can simply have
> one menu.php page and use the PHP includes command to include it In a
> placeholder on your pages, so cutting down your editing time
>
> In the above example - doesnąt this have obvious SEO consequences as google
> will not be able to detect the links in the menu ?
>
PHP is a Server Side scripting language.
This means that the server renders the page from the PHP when the page
is requested.
Any robot will see the page as rendered.
HTH
Carrie
PS I would suggest getting a php book - you know those heavy things made
out of paper with words in.
Just about any of the php for dummies/ idiots / in 24 hours will give
you the basics and will be a useful reference whilst you try to get your
head around a portal system - good luck.
|
 |
|