Posted by Toby A Inkster on 04/29/07 08:04
Jon Slaughter wrote:
> That is, I have an html file with some php code in it similar to the
> example but just more complex.
Let me get this straight... you have an HTML+PHP file. You want your
script to open this file, run the PHP code inside and echo the whole thing
out to the client?
include 'file.php';
--
Toby A Inkster BSc (Hons) ARCS
http://tobyinkster.co.uk/
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
[Back to original message]
|