How to replace a substring in a given string in php?
No Answer is Posted For this Question
Be the First to Post Answer
What does $globals means?
Specify pre-defined classes in php ?
What is session and Cokkies . How it works . tell some thing about Session_id()
How a variable is declared in php?
Why php language is used?
Is it possible to destroy a cookie?
Can you use php and javascript together?
Which is not a php magic constant?
What is difference between include,require,include_once and require_once()?
What is difference between html and 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?
How does html form submit work?