What does addslashes do in php?
No Answer is Posted For this Question
Be the First to Post Answer
Can a trait extend a class php?
Where are cookies stored 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', )
Explain a resource?
how to use particular city location in php?
What is the correct and the most two common way to start and finish a php block of code?
difference of move(), and copy() function in php?
What are the main error types in php and how do they differ?
How to assigning a new character in a string using php?
What is html used for?
Explain Constant in Class?
What is $_ server request_method == post?