Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Install PHP server
You need a server to run PHP, I want to view my files offline, just for testing and learning. I managed to find out that you need to install PHP and an Apache Server, i installed the latest versions of both programs. I took a simple code and named it test.php
<body>
<?php echo "Hello World"; ?>
</body>
</html>```
When I open the file with Firefox, it asks if i want to open it or download it, I say open and Dreamweaver opens the file. I just want to see the PHP file in Firefox.
What am I doing wrong here?
Thx.
Windows or Linux? Online or Offline?
online => www.t35.com offline => linux => apache => windows => WAMP and JOOMLA (last name could contain spelling errors ;) )
ok unistall all that shite. Download EasyPHP, it installs and configures everything you need, you wap all your scripts into the http://localhost/ to http://localhost/[scriptname].php . Easy as pie.