Forum Moderators: coopster
I'm putting together a new travel site (on one country) at the moment. I raw code html but haven't really touched on php yet but am willing to learn.
I want to have a large site over time.
I have looked into using SSI includes for a menu and have realised that there are lot of tricks I can use to make it easier to update my site in the future.
PHP seems like the prefered and simpliest choice on ww.
What scripts would you recommend looking into when creating a site to make it simpler in the long run?
Is there anything you wished you did when putting it online that would have saved you time?
Thanks
Emma :)
<?php
include("/path/to/includes/menu.htm");
?>
The most popular database is MySQL, which can be accessed using PHP. Take a look at phpMyAdmin [phpmyadmin.net] for setting up tables and administering your database. There are loads of tutorials available that explain PHP/MySQL use.
These threads might demonstrate a few things
A dynamic site in 2 minutes [webmasterworld.com]
Installing a new web server: Apache2, PHP5, MySQL4 and PHPmyAdmin. [webmasterworld.com]
there are other threads in our Library [webmasterworld.com] that might help as well