What is an associative array?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More PHP Interview Questions

What is Joomla?

5 Answers   T3 Softwares, Zend,


How to swap two variables without using 3rd temp variable.

0 Answers  


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', )

2 Answers  


how to get the value in script values

1 Answers  


What is difference between php and html?

0 Answers  


what is mean php ? is it designingtool or language? how ill create website using by php?

1 Answers  


Explain object-oriented methodology in php?

0 Answers  


Why these language is needed?

3 Answers  


Why do we use polymorphism in php?

0 Answers  


Does php support multiple inheritance?

0 Answers  


Is php closing tag necessary?

0 Answers  


How to use http headers inside php?

0 Answers  


Categories