42.7K results in 821 ms
9 years ago · Dec 28, 2016, 02:07 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; printFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
9 years ago · Dec 28, 2016, 01:12 PM
in the new database */ IF OBJECT_ID('TargetTable', 'U') IS NOT NULL DROP TABLE [dbo].[TargetTable]; GO CREATE TABLE [dbo].[TargetTable]( [SK] [int]
9 years ago · Dec 28, 2016, 11:38 AM
c++) $fields[$c] = $this->toDatabaseKey($data[$c]); $sql = "CREATE TABLE IF NOT EXISTS ".$table_name." (id_".$db_table_name." INT not
9 years ago · Dec 28, 2016, 08:43 AM
CREATE TABLE IF NOT EXISTS `db1_etchat_last_trophy` ( `date` int(11) NOT NULL, `gold_user` int(11) NOT NULL, `silver_user` int(11) NOT NULL, `bronse_user` int(11) NOT NULL, PRIMARY KEY (`date`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
9 years ago · Dec 28, 2016, 08:20 AM
NAMES utf8; DROP TABLE IF EXISTS `cc_bins`; CREATE TABLE `cc_bins` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `bank_code` int(11)
9 years ago · Dec 28, 2016, 07:34 AM
go of safety nets if you truly want something that's "deep" and not just another copy of
9 years ago · Dec 28, 2016, 02:28 AM
enctype="multipart/form-data" action="' . $self . '" method="post"> <table id="main"> '; directory_choice(); if (!empty($message)) { spacer(); echo $message;
9 years ago · Dec 28, 2016, 01:14 AM
01-01 00:00:00.219][0] smd_channel_probe_now: allocation table not initialized [ 0.223402 / 01-01 00:00:00.219][0]
9 years ago · Dec 28, 2016, 12:58 AM
Figcaption Element is optional; if not provided, then the parent
9 years ago · Dec 28, 2016, 12:11 AM
sqldumptable($table, $fp=0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump .= "CREATE TABLE $table (\n"; $firstfield=1;
9 years ago · Dec 27, 2016, 11:48 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']));
9 years ago · Dec 27, 2016, 11:38 PM
server reload... Executing (default): CREATE TABLE IF NOT EXISTS `SequelizeMeta` (`name` VARCHAR(255) NOT
9 years ago · Dec 27, 2016, 10:24 PM
de la tabla db.execSQL("DROP TABLE IF EXISTS Personas"); //Se crea la
9 years ago · Dec 27, 2016, 08:56 PM
if v.tag == 'Tileset' then if not v.getVar('i') then v.interactable = false
9 years ago · Dec 27, 2016, 07:06 PM
CREATE DATABASE IF NOT EXISTS diamond; USE diamond; CREATE TABLE metrics ( id int not
9 years ago · Dec 27, 2016, 07:02 PM
with me around the table, but I think if we can't study things
9 years ago · Dec 27, 2016, 06:02 PM
AND scale <= 35) ); DROP TABLE IF EXISTS classes; CREATE TABLE classes( classes_id serial UNIQUE PRIMARY
Total pages: 2134