What is an array in php?
No Answer is Posted For this Question
Be the First to Post Answer
What does php exit do?
How to open standard output as a file handle?
what are the various PHP Script Optimization techniques?
1 Answers IBM, Krify Software Technologies, TCL,
how to run PHP in command line?
8 Answers InfoShore, Ramp Green, Xtreeme,
What are the features of php?
What is a php certification?
Do you know how to delete a file from the system?
How to take a substring from a given string?
Suppose your Zend engine supports the mode <? ?> Then how can u configure your PHP Zend engine to support <?PHP ?> mode ?
What are the differences between require and include?
Can I learn php in a month?
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