Peter Mr. Eps Thoenen wrote:
> Hello,
>
> trying to figure a way to turn off the following warning. @
> doesn't seem to work neither does switch (isset($_GET['status'])){
>
> Notice: Undefined index: status in E:\php\tt\index.php on line 6
>
> switch ($_GET['status']){
try array_key_exists
What about
switch(@isset($_GET['status'])) ?
or
@switch(isset($_GET['status']))
--
Merci de nous avoir choisi. - Thanks you for your choice.
Nicos - CHAILLAN Nicolas
[EMAIL PROTECTED]
[EMAIL PROTECTED]
www.GroupAKT.com - Hébergement Group.
www.WorldAKT.com - Hébergement de sites Internet
"Peter Mr
2 matches
Mail list logo