I’ve been going through David Power’s book “PHP Solutions” and was successful with several chapters. I decided I needed more background in HTML and CSS so I went through a couple of those books. I’m now back trying to run my PHP programs again, but the PHP code isn’t executing.
The code is obviously ok or it wouldn’t have run initially. I’ve changed something in my setup, but I can’t figure it out.
Here’s my environment
Windows XP
XXAMP for Apache and Mysql
Komodo Edit 7.0 (free version)
Apache and Mysql are running, and I’m the only one on the PC. I haven’t touched any admin configuration or changed any passwords.
A simple example of my problem is this:
[php]<?php echo("Hello World!"); ?>[/php]
Nothing is displayed when I run it using Komodo’s browser preview and if I try to execute it from a browser (Chrome, IE, FireFox) it simply displays the code I’m trying to execute, like this: <?php echo("Hello World!"); ?>
All snickering in well deserved. But, what am I doing wrong?
Thanks
David Morris