PHP and how it works
Ok so here is a few questions:
1) If I write a whole site in php and leave each page as .php will google etc epiders traverse it?
2) In a page will google actually look at the code within <?php ?>, I think it will as the spiders will crawl it and the server should just present the html code displayed within <?php ?>, is that right?
3) Say I have a page that is passed a code and then displays details of a video (title etc) held in the database, how do I get google to find out about all the new pages entered? I'm assuming it would be better to create a php script thjat creates a new page for each video linked by an A-Z and then get the details to be filled in by the database, is this right??
Thanks for any comments on the above as I have only been using php\mysql for 6 months.
Northerner.
|