What's new

Closed Help!

Status
Not open for further replies.
$query=mysqli_query($conn,"select * from `user`");
while($row=mysqli_fetch_array($query)){
$firstname = $row['firstname'];
$lastname = $row['lastname'];
$address = $row['address'];
$course = $row['course'];
$year = $row['year'];
$contactnumber = $row['contactnumber'];

echo '<tr><td>';
echo $firstname;
echo '</td></tr>';

?>

Try mu to tapos kaw na mag add ng iba
 
$query=mysqli_query($conn,"select * from `user`");
while($row=mysqli_fetch_array($query)){
$firstname = $row['firstname'];
$lastname = $row['lastname'];
$address = $row['address'];
$course = $row['course'];
$year = $row['year'];
$contactnumber = $row['contactnumber'];

echo '<tr><td>';
echo $firstname;
echo '</td></tr>';

?>

Try mu to tapos kaw na mag add ng iba
Sige sir salamat update kita
 
Status
Not open for further replies.

Similar threads

Back
Top