What are psrs? Choose 1 and briefly describe it?
No Answer is Posted For this Question
Be the First to Post Answer
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', )
Explain mysql_errno()?
What is difference between static and constant?
Is not null in php?
Do you know what is the function func_num_args() used for?
What is an abstract class in php?
What is stdclass in php?
What is the use of explode() function?
Can you explain, when to use if-else if-else over switch statements?
Explain what are the two main string operators?
Does apache use php?
How to move uploaded files to permanent directory?