hi,
I had read on the Site (under Php help) that all accounts are now on 'Intermediate level' of php.
However, when i put the following lines of code into a html file.. i get the results shown beneath the code snippet.
code snippet:
1<br>
<?php echo( "<h1>Php is alive and kicking!</h1>" ); ?>
2<br>
<?PHP echo "hello"; ?>
3<br>
<pre>
Results in:
1
Php is alive and kicking!" ); ?> 2
3
This is exactly the same response when i open this file off the file system from my Firefox browser. My conculsion is that php is not running for my account.
So my question is: How do i turn it on ?
Thanks for your help...
have a nice day
Robray.
I had read on the Site (under Php help) that all accounts are now on 'Intermediate level' of php.
However, when i put the following lines of code into a html file.. i get the results shown beneath the code snippet.
code snippet:
1<br>
<?php echo( "<h1>Php is alive and kicking!</h1>" ); ?>
2<br>
<?PHP echo "hello"; ?>
3<br>
<pre>
Results in:
1
Php is alive and kicking!" ); ?> 2
3
This is exactly the same response when i open this file off the file system from my Firefox browser. My conculsion is that php is not running for my account.
So my question is: How do i turn it on ?
Thanks for your help...
have a nice day
Robray.