[snip]
Since my webspace limits the number of databases, i'd rather do 
it without the use of that.
[/snip]

see file functions in the manual like fopen, fwrite, etc.

[snip]
My second question is about including pages.

would
|<?PHP include 'menu.html'; ?>
include the file the same way a SSI include would?
[/snip]

Like this

<?php
include("menu.html");
?>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to