how to find it has key or not in that array

 if(array_key_exists("type",$input))

type is string

$input is array

No comments:

Post a Comment

How to host application on server new way

 copy the htacess from public to root copy the server.php from public to root but rename to index.php htacess <IfModule mod_rewrite.c>...