Never mind ----- Original Message ----- From: Luis Moreira To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 3:09 PM Subject: include within html
Hi
A simple (?) question :
When doing this
<html>
<body>
<?php
include 'setup_vars.php';
...
the whole of SETUP_VARS.php is written to the screen, instead of bieng executed.
What am I doing wrong ?
Thanks
Luis
