Forum Moderators: open
here are the codes below
<?php
include "opendb.php";$query = "SHOW CREATE TABLE cclp_teams";
$result = mysql_query($query) or die(mysql_error());
echo "<br>";
echo $result;
echo "<br>";
?>
But my codes has problem.
It says --> Resource id #3
What is wrong with my codes? what function do i need to display the structure of the tables?
thanks in advance.