Search Results

Showing results 1 to 1 of 1
Search took 0.01 seconds.
Search: Posts Made By: forzadraco
Forum: PHP Oct 16th, 2009
Replies: 2
Views: 192
Posted By forzadraco
<?php
//check table
function checktable($tablename){
return mysql_query("select * from ".$tablename." limit 0,1");
}

$table="table_name_that_want_to_be_check";
if(checktable($table)){...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC