Question: Why will my page will not load in a browser but will run in linux? Details are below. My linux commnds are in bold (which
Why will my page will not load in a browser but will run in linux?
Details are below. My linux commnds are in bold (which show the code fetches the MySQL code correctly) and my php code is in italics (file name of page = group.php)
root@nexus:~# cd /var/www/html/f1
root@nexus:/var/www/html/f1# ls -a. .. hello.html team.php
root@nexus:/var/www/html/f1# php team.php
Group F.
Group M.
Group A.
Group R.
Group W.
Group J.
while ($mygroup=mysqli_fetch_array($result,MYSQLI_ASSOC)) { print "Group "; print$myGroup ['name']; print". "; } ?>
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
