Which is the best web server?
No Answer is Posted For this Question
Be the First to Post Answer
Swap two variables value without using third variable in php ?
How do you execute a php script from the command line?
How to create an empty array in php?
What is the use of htmlspecialchars in php?
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', )
How to swap two variables without using 3rd temp variable.
Tell me how a constant is defined in a php script?
What are the different opening and closing tags available in PHP?
Explain about error handling in php?
1 Answers INDUS, Life Infotech, Yahoo,
What is the difference between $name and $$name?
Is php easier than javascript?
Explain the syntax for ‘foreach’ loop with example.