I have apache, mysql, php installed manually on windows xp.

How can I make my dreamweaver configurable for php (so it can run php)..

I add this line:

<?php print "hello world"; ?>

But nothing appears

link|improve this question
feedback

1 Answer

Dreamweaver won't run PHP (Well, maybe with a plugin/addon but I don't know of one off hand).

I'm assuming you want the Dreamweaver preview pane to show the output of the PHP script, if you want this you can use the live browser mode with a local development server, for this I think you need to have configured your server correctly in the dreamweaver settings. DW isn't a full blown PHP IDE, so it won't natively run PHP without the live browser mode. If you want this I think Zend does a full PHP IDE

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.