Are php short tags acceptable to use?
No Answer is Posted For this Question
Be the First to Post Answer
when will be syndicate bank written exam ? i need the date of exam
How to set a page as a home page in a php based site?
Tell me how can you pass a variable by reference?
What is the scope of a variable defined in a function?
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 get the length of string?
What is the default session out time?
What is the use of $_request variable?
How To Get the Uploaded File Information in the Receiving Script?
What are the php variables?
what is the url rewriting?how to rewrite the url? give any example
What is singleton class in php?