I am following the php tutorial on the french platform"openclassrooms".
I am using Linux Ubuntu.
I installed XWAMPP, I launched it from the terminal: sudo /opt/lampp/lampp start
Starting XAMPP for Linux 7.1.8-0... XAMPP: Starting Apache...already running. XAMPP: Starting MySQL...already running. XAMPP: Starting ProFTPD...already running.
I saved an HTML/PHP file with the php extension at /opt/lampp/htdocs/tests The file is called test.php and when I try to open it from the browser (chrome and Mozilla) like this http://localhost/tests/test.php I get an empty page without error messages. Only the tab title appears.
Thank your for your help!
<title>
tag... – ArtOsiXAMPP
– RiggsFolly