Yes, that works, simply adding ?> to the end of the line.
I guess that tutorial should be updated but I don't know if there's a way to signal it.
Thank you rpdom !
Hello, I'm following the learning resource tutorial http://www.raspberrypi.org/learning/web-server-wordpress/ I've done apt-get update and upgrade, installed apache then php, the test script index.php works on localhost with the command <?php echo "hello world"; but when I put dynamic commands <?php...