Code: Select all
echo '$table[$row][$column]';EDIT: I forgot to menchion I was using this code to connect to the database
Code: Select all
$dbh=mysql_connect ("localhost", "root", "password") or die ('I cannot connect to the database because: ' . mysql_error());
mysql_select_db ("databasename");