I was trying to search for "php" and it does not work because the keyword is too short(?).
Anyway, I am new to x10 and I am trying to run a simple script within html page:
-------------------
<html>
<body>
output from php<br>
<?php
print "<p>mr Mc Donalds<br>";
print "Burger!<br>";
print "I'm Loving It!<br>";
?>
</body>
</html>
-----------------
Getting a very strange result:
----
output from php
mr Mc Donalds
"; print "Burger!
"; print "I'm Loving It!
"; ?>
---
It looks like the 1st print uses the rest of the code as the text to print.
Is there a manual about using php on x10?
Anyway, I am new to x10 and I am trying to run a simple script within html page:
-------------------
<html>
<body>
output from php<br>
<?php
print "<p>mr Mc Donalds<br>";
print "Burger!<br>";
print "I'm Loving It!<br>";
?>
</body>
</html>
-----------------
Getting a very strange result:
----
output from php
mr Mc Donalds
"; print "Burger!
"; print "I'm Loving It!
"; ?>
---
It looks like the 1st print uses the rest of the code as the text to print.
Is there a manual about using php on x10?