Windows 7 Professional
installed WAMPSERVER x64
WAMPSERVER GREEN
WampServer Version 3.2.0 64bit
Created by Romain Bourdon (2005)
Maintainer / Upgrade to 2.5 by Herve Leclerc
Upgrade to 3 by Otomatic (wampserver@otomatic.net)
Multi styles for homepage by Jojaba
Installer by Inno Setup: [www.jrsoftware.org]
Forum Wampserver: [forum.wampserver.com]
______________________ Versions used ______________________
Apache 2.4.41 Port 80- PHP 7.3.12
MySQL 8.0.18 Port 3308
MariaDB 10.4.10 Port 3306
PHP 5.6.40 for CLI (Command-Line Interface)
-----------------------------------------
**test code: from w3schools.com sample**
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<body>
<?php
echo "<h2>PHP is Fun!</h2>";
echo "Hello world!<br>";
echo "I'm about to learn PHP!<br>";
echo "This ", "string ", "was ", "made ", "with multiple parameters.";
?>
</body>
</html>
----------------------------------------------
**here is what display in browser**
PHP is Fun!"; echo "Hello world!
"; echo "I'm about to learn PHP!
"; echo "This ", "string ", "was ", "made ", "with multiple parameters."; ?>
**here is the HTML from PHP:**
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<!--?php echo "<h2-->
PHP is Fun!"; echo "Hello world!
<br>
"; echo "I'm about to learn PHP!
<br>
"; echo "This ", "string ", "was ", "made ", "with multiple parameters."; ?>
</body>
</html>
ANY IDEAS???
installed WAMPSERVER x64
WAMPSERVER GREEN
WampServer Version 3.2.0 64bit
Created by Romain Bourdon (2005)
Maintainer / Upgrade to 2.5 by Herve Leclerc
Upgrade to 3 by Otomatic (wampserver@otomatic.net)
Multi styles for homepage by Jojaba
Installer by Inno Setup: [www.jrsoftware.org]
Forum Wampserver: [forum.wampserver.com]
______________________ Versions used ______________________
Apache 2.4.41 Port 80- PHP 7.3.12
MySQL 8.0.18 Port 3308
MariaDB 10.4.10 Port 3306
PHP 5.6.40 for CLI (Command-Line Interface)
-----------------------------------------
**test code: from w3schools.com sample**
<!DOCTYPE html>
<html>
<meta charset="UTF-8">
<body>
<?php
echo "<h2>PHP is Fun!</h2>";
echo "Hello world!<br>";
echo "I'm about to learn PHP!<br>";
echo "This ", "string ", "was ", "made ", "with multiple parameters.";
?>
</body>
</html>
----------------------------------------------
**here is what display in browser**
PHP is Fun!"; echo "Hello world!
"; echo "I'm about to learn PHP!
"; echo "This ", "string ", "was ", "made ", "with multiple parameters."; ?>
**here is the HTML from PHP:**
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<!--?php echo "<h2-->
PHP is Fun!"; echo "Hello world!
<br>
"; echo "I'm about to learn PHP!
<br>
"; echo "This ", "string ", "was ", "made ", "with multiple parameters."; ?>
</body>
</html>
ANY IDEAS???