I am trying to get any PHP/MYSQL to work, unfortunately I can't even seem to get a simple Echo or Print function to work.
<php>
echo "Hello";
print("Why doesn't this work?")
</php>
thats the sort of thing I have been trying to do, nothing seems to work. Thanks.