RE: [PHP] saving variables and including files.
From: Jay Blanchard (jay.blanchard_at_niicommunications.com)
Date: 12/30/03
- Next message: Jeremy Russell: "A hint..."
- Previous message: Joe: "saving variables and including files."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Dec 2003 13:59:07 -0600 To: "Joe" <joe@quibb.org>, <php-general@lists.php.net>
[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");
?>
- Next message: Jeremy Russell: "A hint..."
- Previous message: Joe: "saving variables and including files."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|