=$row["title"]?>
echo($row["content"] . ""); mysql_free_result($result); ?>
Unable to connect to the " . "database server at this time.
" ); exit(); } if (! @mysql_select_db("netdummy_db") ) { echo( "Unable to locate the Price " . "database at this time.
" ); exit(); } $result = mysql_query("SELECT * FROM contentmenu WHERE nameid LIKE '%". $fname ."%'"); if (!$result) { echo("Error performing query: " . mysql_error() . "
"); exit(); } $row = mysql_fetch_array($result); ?>