Explain the purpose of output buffering in php.
No Answer is Posted For this Question
Be the First to Post Answer
How can I embed a java program in php file and what changes have to be done in php.ini file?
Is null in php?
Does it possible to compile php with mysql without having mysql sources?
How is it possible to cast types in php?
What is the different between cookies and session in php?
What is a php namespace?
explain php variable length argument function.
How can we take a backup of a mysql table and how can we restore it. ?
7 Answers Brain Infosys, Oracle,
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
Which php framework is best for security?
Do you know what are traits?
How come the code works, but does not for two-dimensional array of mine?