What is the salary for php developer(Fresher)?
How send email in php?
Explain what are the different errors in php?
does current version of mysql (myisam) supports foreign keys ?
How do I start a php session?
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?
Is php case sensitive?
Which functions are used to remove whitespaces from the string?
How to make multilanguage site in php? (like english,tamil)
Is php a low level language?
Is php secure?
is php is the best for this situation
How can I know that a variable is a number or not using a JavaScript?