How to set cookies?
No Answer is Posted For this Question
Be the First to Post Answer
What is cookie and why do we use it?
Tell us how can we access the data sent through the url with the post method?
What is the difference between query and inquiry?
what is interface in java.
What is the difference between for and foreach?
What is a string in r?
What is difference between echo and print in php?
What is difference between session and cookies in php?
How to implement a class named dragonball. This class must have an attribute named ballcount (which starts from 0) and a method ifoundaball. When ifoundaball is called, ballcount is increased by one. If the value of ballcount is equal to seven, then the message you can ask your wish is printed, and ballcount is reset to 0. How would you implement this class?
What is php used for?
What is difference between python and php?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?