Group: Member 
Post Group: Newbie
Posts: 1
Status: 
|
I downloaded AMPPS recently and have been trying to use it with Bootstrap. HTML and CSS pages seem to be working fine, but any given page with PHP will just show source code. It seems to happen whether I use PHP version 5.3 or 5.6, whether or not Apache and/or mySQL is running, and with all of my PHP files, even with code as simple as this:
<html>
<head>
<title>
PHP Example
</title>
<body>
<?php echo "Welcome to PHP programming language."; ?>
</body>
</html>
I can provide more details if needed, I'm just new to AMPPS and really have no idea where to go from here.
|