Hi
That doesnt seem to work, nor does it print anything.
What's strange, is that if I place
<?
print "testing";
?>
and put it right at the top of my php page, above all the db connection details, then it prints "testing" without a problem, but if I place
<?
print "testing";
?>
and put this anywhere under the db connection details, then it wont print anything.
Does that make sense?
Why would that happen?
Thanks
Ed