What is basename php?
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', )
How can we know the count/number of elements of an array?
What is reference variable php?
how to set session expire(session timeout) using php code
How to increase the maximum execution time of a script in php?
Tell me when a conditional statement is ended with an endif?
Tell me what is the actually used php version?
How to turn on the session support in php?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is the goto statement useful for?
How to support multiple-page forms?
Tell me how to strip whitespace (or other characters) from the beginning and end of a string?