php - Netbeans IDE mac osx Localhost not working -
i'm getting next error on netbeans ide on osx:
firefox can't found connection server @ localhost:8888
the url is:
http://localhost:8888/phpproject_130208/index.php
and code is:
<!doctype html> <html> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <title>hope works</title> </head> <body> <?php // set code here echo "my first php script!"; ?> </body> </html>
when run mamp says mamp installed , working>
needless i'm finish n00b , i'm not sure how inquire question. i'm trying larn php on mac , have gotten far.
what doing wrong, can larn how set properly?
read through php learning trail of netbeans, help basics.
useful articles:
netbeans ide php quick start tutorial setting php project configuring php, apache, mysql, , xdebug php development in mac os x php osx netbeans mamp
No comments:
Post a Comment