I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
No Answer is Posted For this Question
Be the First to Post Answer
How can we define a variable accessible in functions of a php script?
Is apache needed for php?
Tell me how to set a page as a home page in a php based site?
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 type of headers have to add in the mail function in which file a attached?
Explain what does the function get_magic_quotes_gpc() means?
How can you declare a constant variable in php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What is beforeRender() used?
What is __ construct in php?
How can we register the variables into a session?
Explain how can we increase the execution time of a php script?