What is meant by an associative array?
No Answer is Posted For this Question
Be the First to Post Answer
What is default session time and path in PHP. How to change it?
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 many types of php are there?
What is polymorphism in oop php?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
How can you tell if a number is even or odd without using any condition or loop?
Write a statement to show the joining of multiple comparisons in php?
What is the timeout period on session values?
How php statement is different from php script?
How do I open a file to write content to?
1 Answers Rushmore Consultancy,
Explain the difference between $message and $$message?
Design a class that should always return a single object ?