<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Thanks...completely irrelevant in my case though. I installed and set
up php on my end, so I have short_open_tag to be on :)<br>
<br>
Any other ideas anyone?<br>
<br>
Leah Newmark<br>
VoIP Programmer<br>
Capalon Communications<br>
<!--beginarticle-->
<pre>_________________________________________________________________
Probably unrelated, but its bad practice to use short tags &lt;? ?&gt; /
&lt;?=$var;?&gt; use &lt;?php ?&gt; / &lt;?php echo $var;?&gt; instead.
Incase short_open_tag = Off in php.ini
</pre>
</body>
</html>