What is the difference between rest and soap?
No Answer is Posted For this Question
Be the First to Post Answer
what do you mean by webserver's document root?
What are the uses of explode() function?
What is php good for?
What does the unset() function mean?
What is the meaning of curl , which is used while connecting with pay pal? and how it works?
How to upload any files extension in our database Ex.(.doc,.txt,mp4,mp3 etc.)in php
How can we encrypt the password using php?
How do you set the browser timeout?
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 me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
How do you destroy a particular or all Sessions?
What are getters and setters php?