(isset($_GET['subCategory']) || empty($_GET['subCategory']) || strlen(trim($_GET['subCategory'])) == 0)Somehow I always get error Notice: Undefined index: subCategory in C:\wamp\www\IPN\private\loadArticlesList.php on line 19
Anyy tips what to do?
(isset($_GET['subCategory']) || empty($_GET['subCategory']) || strlen(trim($_GET['subCategory'])) == 0)Somehow I always get error Notice: Undefined index: subCategory in C:\wamp\www\IPN\private\loadArticlesList.php on line 19
|
|
|
if (isset($_GET['subCategory']))
{
if (empty($_GET['subCategory']) || strlen(trim($_GET['subCategory'])) == 0)
{
...
}
}
Vaielab said:
<?php
error_reporting(PHP_INT_MAX);
ini_set('display_errors', '1');
if(! isset( $knfnwjn['afsfas']) || !strlen($ossskfin) == -10 || !made_up_function($zzzzzz['zzzzz'] + 42) ) {
print "This line is reached with not an error.";
}
?>
0 members, 1 guests, 0 anonymous users