Issue
I'm getting the following error on Netbeans IDE on osx:
Firefox can't establish a connection to the server at localhost:8888
the URL is:
http://localhost:8888/PhpProject_130208/index.php
and the code is:
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Hope this works</title>
</head>
<body>
<?php
// put your code here
echo "My first PHP script!";
?>
</body>
</html>
when I run MAMP it says MAMP is installed and working>
Needless to say I'm a complete n00b and I'm not even sure how to ask the question. I'm trying to learn PHP on my mac and have gotten this far.
What am I doing wrong, where can I learn how to set this up properly?
Solution
Read through the PHP Learning Trail of Netbeans, this will help you with the basics.
Useful articles:
- NetBeans IDE PHP Quick Start Tutorial
- Setting Up a PHP Project
- Configuring PHP, Apache, MySQL, and Xdebug for PHP development in MAC OS X
Answered By - ollo
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.