How do you identify independent and dependent variables in research?
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?
What are some new features introduced in php7?
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Explain the difference between session and cookies in php?
What is the difference between mysqli_fetch_object() and mysqli_fetch_array()?
What are arguments in php?
What is split function in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
What is inheritance in php progaming?
when we select some checkboxes and we went for next page if we came back to prevoius page the selcted checkboxe should be checked
How do sessions work in php?
Write down the code for saving an uploaded file in PHP.