Tell me what's the difference between include and require?
No Answer is Posted For this Question
Be the First to Post Answer
code to see the priview of the image which is being uploaded (after browising the image... just click priview ... how it will be visible...before uploading)
What does $_server means?
Explain mysql_error().
How do I display php errors?
Which software is best for php?
Is nan in javascript?
What is the difference between implode() and explode() in php?
what is the maximum size of databasi in mysql?
What does mvc stand for and what does each component do?
What is final class and final method in 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
Could we start a variable with number like $4name?