Why php language is used?
No Answer is Posted For this Question
Be the First to Post Answer
What is a controller in programming?
What does empty mean in php?
Tell me what does $_env means?
What is restful api?
Explain what is the difference between $var and $$var?
how retrive the video file in php using video tag
How to check a key exist in an array?
Tell me how can we automatically escape incoming data?
What is overloading and overriding 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', )
Write a query to to delete duplicate rows?
What is the use of imagetypes() method?