Is php 5 still supported?
No Answer is Posted For this Question
Be the First to Post Answer
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?
I have 10 elements of Array, how can i remove 5 array element, with single function.
Can a php code encryted? Is it possible to execute the php file which is encrypted(without decrypting), if so pleaze tell me the way.
How can we get ip address of a client in php?
What is the difference between html and php?
Tell me how is it possible to return a value from a function?
Tell me what are the __construct() and __destruct() methods in a php class?
What is php full form?
Does it possible to compile php with mysql without having mysql sources?
What is the function of mysql_real_escape_string in php?
Which function would you use to read a line of data from a file in php?
Is php an oop?