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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!