What does a special set of tags do in php?
No Answer is Posted For this Question
Be the First to Post Answer
write a program to print [123] [456] [789] note : braces also need to be printed
How do I run a php script?
Why php is sometimes called as embedded scripting language?
Which is the best php framework for a beginner?
Is variable name casesensitive in php?
How can we encrypt the password using php?
what is CURL?
What is the difference between urlencode and urldecode ?
Is php a float?
How to create and destroy cookies in php?
Which function is used to read a single character from a file in PHP.
1.Where are the cookies storing ? 2.What is the drawback of using cookies ? 3. If two site is having same cookie name and different values what will be the output if we echo the cookie name from those sites ? How can we solve this issue (How can we specify the domain name)?