CSS help

Tim Aslat tim at spyderweb.com.au
Thu Oct 19 06:37:10 CST 2006


In the immortal words of Brian Astill  on 10/19/06 16:07:
> Thanks for the help - great!
> 
> I have a php script that does what I want but cannot get the thing 
> to load into an HTML page.
> 
> I've tried <SCRIPT type="text/php" src="menu.php">
> </SCRIPT>
> and
> <link rel="text/php" src="menu.php">
> 
> and others.
> 
> What IS the correct syntax?

Assuming that the page you are loading it into is a PHP script in 
itself, try using

require_once("menu.php");

Cheers

Tim



-- 
Tim Aslat <tim at spyderweb.com.au>
Spyderweb Consulting
http://www.spyderweb.com.au
Mobile: +61 0401088479


More information about the linuxsa mailing list