Answer the question
In order to leave comments, you need to log in
What is the actual size of the directory?
Hi all! I came across such a strange thing (but maybe not) I needed to find out the size of the folder, I used the du command and
Answer the question
In order to leave comments, you need to log in
<?php
if (isset($_POST['phone'])){
$zapros1 = " and 'phone' IN ('".$_POST['phone']."')";
} else {$zapros1="";}
if (isset($_POST['dateadd'])){
$zapros1 = " and 'dateadd' IN ('".$_POST['dateadd']."')";
} else {$zapros2="";}
if (isset($_POST['name'])){
$zapros1 = " and 'name' IN ('".$_POST['name']."')";
} else {$zapros3="";}
if (isset($_POST['place'])){
$zapros1 = " and 'place' IN ('".$_POST['place']."')";
} else {$zapros4="";}
$foolzapros="WHERE ".$zapros1.$zapros2.$zapros3;
if ($phone){
$zapros1 = " and `phone` IN ($phone)";
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question