this tutorial shows you how to make a service just like tinyurl.com that will allow you to short urls that too long. Shows how to setup the database and abstract the code from the design
This function is usefull for peoples with a link directory where the links are stored inside a (MySQL) database. The PHP script is easy to use to find out if a reciprocal link still exists on the corresponding webpage. It takes care about the trailin...
Allows you to make expandable menus with PHP.
This versions allows multiple menus to be opened / closed, click one menu to open - click another to open the other - click the first or the second to close it, you can open as many or as few as you lik...
Allows you to make expandable menus with PHP.
This versions allows 1 menu open, click a different menu and it closes the current one and opens the other. PAGE MUST BE RELOADED (PHP isnt Javascript).