" .Name." | "; echo"" .Username." | "; echo"" .Email." | "; echo"" .Phone." | "; echo"" .Status." | "; echo"" .Action." | "; echo"||
---|---|---|---|---|---|---|---|
" .$test['name']." | "; echo"" .$test['username']." | "; //echo"" .$test['password']." | "; echo"". $test['email']. " | "; echo"". $test['phone']. " | "; echo"". $test['status']. " | "; echo"Edit"; echo" | Delete"; echo" |
<?php
include("db.php");
$result=mysql_query("SELECT * FROM members");
echo"";
echo"
First, update your code to use PDO. We cannot support old unsecure mysql_* anymore. You can also use mysqli but your better off with PDO.
I have posted complete working and bug free working PDO files to get you going. Just modify the query’s to match your database and you will be up and running to current coding. We will be happy to help you once you do that.
Also, you need to use stylesheets. This code is no good:
font color=‘black’
valign=‘center’
cellspacing=‘2’
cellpadding=‘2’