Question: How do I get the css/html styling to work with my php/mysql code ? What I currently have is below please tell me what I
How do I get the css/html styling to work with my php/mysql code ? What I currently have is below please tell me what I am doing wrong.
$conn=mysqli_connect ($host,$user,$pass,$db); $result=mysqli_query ($conn,'select * from groups'); ?>
| title | city | leader | year |
|---|---|---|---|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
