Page 1 of 1
php browser
Posted: Thu Nov 20, 2003 7:41 am
by kujtim
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.
Posted: Thu Nov 20, 2003 8:28 am
by JayBird
Sorry, i don't really understand your question.
Do you want to be able to execute PHP files, or edit them?
What happens in Dreamweaver?
Mark
php editor
Posted: Thu Nov 20, 2003 8:37 am
by kujtim
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.
Posted: Thu Nov 20, 2003 8:43 am
by JayBird
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