What is the difference between implode() and explode() in php?
No Answer is Posted For this Question
Be the First to Post Answer
How can we upload a file in php?
Explain PHP looping?
How can you retrieve data from the mysql database using php?
How can I convert ereg expressions to preg in php?
Which is used to maintain the value of a variable over different pages?
What is global variable php?
How to get number of days between two given dates using PHP?
I created a cookie with the value like '1A2A',now i want to update this value regularly (about 20 times in a minute) with the value '1A2A3A' , 3A is the new value,new value will vary on the request it may be 3A or 4A or 100A ,some times the cookie is updating with new value but not every time.Can any body suggest the solution
How to Calculate Internal links & External Link in Website.(For Example YAHOO WEBSITE)
What does the expression exception::__tostring means?
which function used to get the number of days between two given dates in php
How to split a string into array using php?