php browser

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

php browser

Post 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.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post 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
kujtim
Forum Commoner
Posts: 35
Joined: Sat Oct 25, 2003 4:00 am
Location: kosovo
Contact:

php editor

Post 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.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post 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
Post Reply