Hi All,
Actionscript/Javascript programmer new to PHP.
Just installed MAMP on my MacBook - no problems, all works well.
Also successfully configured Dreamweaver to work with Apache/MySql (using official Adobe instructions)- again, no problems.
I'm now trying to run some very basic PHP pages - intro/tutorials type stuff - but they don't work: content generated with regular HTML shows up correctly but anything in <?php> tags does not show up at all.
Also, pages that are exclusively in PHP show up as literal code on the browser. Its as if I was looking at them in a regular text-editor.
Obviously there's some issues having to do with PHP being incorrectly interpreted - any ideas on how to fix this?
Actionscript/Javascript programmer new to PHP.
Just installed MAMP on my MacBook - no problems, all works well.
Also successfully configured Dreamweaver to work with Apache/MySql (using official Adobe instructions)- again, no problems.
I'm now trying to run some very basic PHP pages - intro/tutorials type stuff - but they don't work: content generated with regular HTML shows up correctly but anything in <?php> tags does not show up at all.
Also, pages that are exclusively in PHP show up as literal code on the browser. Its as if I was looking at them in a regular text-editor.
Obviously there's some issues having to do with PHP being incorrectly interpreted - any ideas on how to fix this?
Comment