What is the scope of a variable defined in a function?
No Answer is Posted For this Question
Be the First to Post Answer
How to check whether cookies are disbled or not in the browser ? If that is the case how do you handle the sessions ?
What is preg_match?
What is a composer?
Are sessions stateless?
What is memcache?
What is MVC structure in Magento?
What is x+ mode in fopen() used for?
How do i explode this string '||25||34||73||94||116||128' i need to have a array like this array ( 0 => '25', 1 => '34', 2 => '73', 3 => '94', 4 => '116', 5 => '128' ) explode("||", $array); didnt work for me i get this array array ( 0 => '', 1 => '25', 2 => '34', 3 => '73', 4 => '94', 5 => '116', 6 => '128', )
What is php and how do you use it?
What kind of things have you done on the social side?
What is cookies php?
What is $_ env in php?