Echoing results from two tables in one query
Posted on Wed, 29 Oct 2008 11:08:23 -0400 in Connection strong
DB CONNECTION& SELECT ## include("database connection info"); $connect = mysql_connect('xxxxxxx.powwebmysql.com',$user,$pwd); $result = mysql_select_db($db) or die("This database is not working"); ## TOTAL ROWS ## ...
Tags: Connection strong