42.7K results in 817 ms
9 years ago · Dec 11, 2016, 07:02 PM
NAMES \'utf8\''); mb_internal_encoding('UTF-8'); $pdo->exec(' CREATE TABLE IF NOT EXISTS `admins` ( `id` int(11) NOT
9 years ago · Dec 11, 2016, 06:52 PM
11/12/2016 10:48:00 AM] INFO: Not sure if iron ingot, or electrical
9 years ago · Dec 11, 2016, 05:46 PM
unavailable [21:39:39] [Client thread/INFO]: Not registering BC Autorcrafting Table [21:39:39] [Client thread/INFO]: Required
9 years ago · Dec 11, 2016, 02:56 PM
CREATE TABLE IF NOT EXISTS `tbl_users` ( `user_id` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(60) NOT NULL, `email` varchar(60) NOT NULL, `password` varchar(255) NOT NULL, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
9 years ago · Dec 11, 2016, 02:33 PM
that the .content property exists: function supportsTemplate() { return 'content' in document.createElement('template'); } if (supportsTemplate()) { // Good to go!
9 years ago · Dec 11, 2016, 01:54 PM
VALUES('" + player.UniqueID + "', '" + player.Name + "')"); } } QuerySQL(db, "CREATE TABLE IF NOT EXISTS UIDAlias ( UID VARCHAR(255), Name
9 years ago · Dec 11, 2016, 01:48 PM
usr/bin/python3 import sqlite3 photoTableSql = """CREATE TABLE IF NOT EXISTS `photos` ( ID INTEGER PRIMARY
9 years ago · Dec 11, 2016, 01:27 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
9 years ago · Dec 11, 2016, 07:00 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Dec 11, 2016, 05:10 AM
keys when formatting a table. -- -- null -- If this exists with a string value,
9 years ago · Dec 11, 2016, 05:06 AM
keys when formatting a table. -- -- null -- If this exists with a string value,
9 years ago · Dec 11, 2016, 04:56 AM
CREATE DATABASE IF NOT EXISTS app; USE app; CREATE TABLE sellers ( seller_id INT NOT
9 years ago · Dec 11, 2016, 02:22 AM
USE `LSRP_V` ; -- ----------------------------------------------------- -- Table `LSRP_V`.`faccion` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `LSRP_V`.`faccion` ( `id` INT NOT
9 years ago · Dec 11, 2016, 12:40 AM
if(Existant(curname)) { print("[ERROR] Failed to create hook. (Hook exists)"); ++$this->errors; } # If no name if(empty(curname)) { print("[ERROR]
9 years ago · Dec 11, 2016, 12:38 AM
col + 1 # Checks the table for i in self.table: # If name exists if name in self.table[i]["name"]:
9 years ago · Dec 10, 2016, 07:16 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 10, 2016, 05:50 PM
localhost` -- -- -------------------------------------------------------- -- -- Структура таблицы `accounts` -- CREATE TABLE IF NOT EXISTS `accounts` ( `Name` varchar(24) NOT
9 years ago · Dec 10, 2016, 05:30 PM
DROP TABLE IF EXISTS `products`; CREATE TABLE `products` ( `id` INT(12) NOT NULL AUTO_INCREMENT COMMENT 'ID
Total pages: 2134