Good Day, The task is to check the availability of a table in the database as simple as possible and in no case loading the process! I googled but on the forums except
SELECT * from 'table_name' nothing really can advise either absolutely huge constructions in 10 lines, there is really no simple command like php in php
$yes = estlitablicav($database,$tablename); if ($yes == FALSE) { echo "Такой таблицы тут отродясь не было!"; } if there is no such option, then I will use things from the forms, thanks in advance!
".$dbname.""); while ($ row = mysql_fetch_row ($ table_list)) {if ($ tablename == $ row [0]) {return true; }} return false; } - dantelol 5:56 pm