Hello Everyone, I am bit confused on the script used in the below site. http://www.londonholidaytravel.info/ Here i can see that the site uses php and also adsense monotised. How can one can add another page to this site? I suppose there should be a config file where adding adsense pub id will reflect in other pages. Also this is not CMS script coz other people cant add contents by logging in or other sorts. Only admin rather site owner has to do manually. I am bit confused as what name i need to put in for searching this script in google. Please advice. Thanks, Createrk
It's just an HTML website... just because it's got a PHP extension doesn't mean there's massive amounts of PHP in it, maybe just a logger and perhaps the menu bar. To add a page the owner probably creates another page in his FTP client, adds the data, then changes the other files (or changes his menu bar, perhaps included or something.) You get the idea.
I don't' think it is a script, just someone has made an html template and added a few bits of php to echo a few variables such as adsense or colour. The main bulk of the php is just html so I don't think it is a script as such.
Thanks This is what i am looking for. But can i get these types of html-php driven templates in net? I searched a lot but in vain Or it has to be made as a custom one? Please advice.
there is no need to search much. these sites just uses , as danltn said, php include function. and for the design they uses css. i also do this in gitarfest.org if you need the codes i can send you some. or tell me what exactly you want, i mean do you want a site like London Travel guide
Looks like a simple article site to me where you type the article in admin and it is then parsed into a template. That's like 1 hour coding there.
As already mentioned, it would be great if someone can give me some pointers as where to get this kind of things. I am ready to pay a small amount for this Thanks