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
|
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:
But nothing appears | |||
|
feedback
|
|
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 | |||
|
feedback
|