Script Category : PHP
Script Sub Category : Miscellaneous
eXite is a simple php script which allows the user to create an entire website to run from only one PHP file. The amount of virtual pages is unlimited, and the file can be altered to to allow MySQL connections, as well as customization of html, css &php. To add more pages, you simply add more else if ($pageno == " ") statements - one for each new page, and then link to each page using index.php?pageno=1 and so on.
|