can anyone tel me how to find an browse program thet will browse a php files
and why i can't browse a files on dreamweaver.
php browser
Moderator: General Moderators
php editor
I vant to have program thet will execute a php code
for instant if i write :
<?
echo "blabla";
?>
and I pres browse or execute i vant to si
oli
blabla
and why this is not able in dreamweaver.
for instant if i write :
<?
echo "blabla";
?>
and I pres browse or execute i vant to si
oli
blabla
and why this is not able in dreamweaver.
dreamweaver is a program to edit different web files like .htm .php etc etc. Dreamweaver will NOT execute code for you.
You need to install a webserver on your machine like Apache. Then you will be able to run your php scripts.
go here http://www.firepages.com.au/ to get any easy installer for Apache and MySQL
Mark
You need to install a webserver on your machine like Apache. Then you will be able to run your php scripts.
go here http://www.firepages.com.au/ to get any easy installer for Apache and MySQL
Mark