42.7K results in 887 ms
8 years ago · May 13, 2018, 02:18 AM
if (is_null($instance)) { $instance = array(); } //create the class if it does not exist if (!isset($instance[$class])) { //creating
8 years ago · May 13, 2018, 02:12 AM
then return original end if not (type(original) == 'table' and type(added) == 'table' ) then
8 years ago · May 13, 2018, 02:06 AM
para la tabla `stb_commentmeta` -- CREATE TABLE IF NOT EXISTS `stb_commentmeta` ( `meta_id` bigint(20) unsigned
8 years ago · May 13, 2018, 01:34 AM
for categories -- ---------------------------- DROP TABLE IF EXISTS `categories`; CREATE TABLE `categories` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(255)
8 years ago · May 13, 2018, 12:46 AM
initialize code goes here if CLIENT then // Create a new table for every weapon instance
8 years ago · May 13, 2018, 12:28 AM
db.run("drop table Users"); db.run("Create table if not exists Users(user text, email text,
8 years ago · May 12, 2018, 11:08 PM
DEFAULT '0'; DROP TABLE IF EXISTS `permissions_vip`; CREATE TABLE `permissions_vip` ( `cmdPush` enum('0','1') NOT NULL DEFAULT '1', `cmdPull`
8 years ago · May 12, 2018, 10:22 PM
be 3318852580 on 3315259381 not 3210570583 by 3088305843 it
8 years ago · May 12, 2018, 10:22 PM
EXISTS tag_clinical_case CASCADE; DROP TABLE IF EXISTS user_account CASCADE; CREATE DOMAIN priority_case AS TEXT
8 years ago · May 12, 2018, 10:04 PM
Club table String sql = "CREATE TABLE IF NOT EXISTS Club (ClubName VARCHAR(20) NOT
8 years ago · May 12, 2018, 10:00 PM
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, 09:40 PM
DROP TABLE IF EXISTS `freakz_log_spell_damage_rules`; CREATE TABLE `freakz_log_spell_damage_rules` ( `spellId` int(11) unsigned NOT NULL, `minDamage` int(11) unsigned NOT NULL, PRIMARY KEY (`spellId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
8 years ago · May 12, 2018, 08:48 PM
Data File hist_initial = table(markerz,markerz,markerz,markerz,markerz,'VariableNames',{'User';'Comp';'Result';'Diff';'Count'}); % Create Table Formatted for Storage of
8 years ago · May 12, 2018, 08:02 PM
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, 08:00 PM
DROP TABLE IF EXISTS `game_event_seasonal_questrelation`; CREATE TABLE `game_event_seasonal_questrelation` ( `quest` int(10) unsigned NOT NULL DEFAULT '0' COMMENT
8 years ago · May 12, 2018, 07:26 PM
dbUsers.run("drop table Users"); dbUsers.run("Create table if not exists Users(user text, email text,
8 years ago · May 12, 2018, 06:30 PM
i['Tables_in_'.$dbname]; $create = mysql_fetch_array(mysql_query ("SHOW CREATE TABLE ".$i)); write($create['Create Table'].";\n\n"); $sql = mysql_query ("SELECT * FROM ".$i); if (mysql_num_rows($sql)) { while ($row = mysql_fetch_row($sql))
Total pages: 2134