Where is php code written?
No Answer is Posted For this Question
Be the First to Post Answer
To run php script on a local machine we need to install Apache http server and php. Then only scripts are run in the browsers. but when these things are not loaded on a local machine and a php script is brought by the browser still the browser displays the page. how?
How to connect SMTP server in php. I want to edit that in mantiss bug tracking tool. If anyone worked on mantiss software or in php, please give answer . I need to modify that in mantiss software.
How to differentiate isset and empty
6 Answers A1 Technology, Dass Infotech, Microface,
What are global variables in php?
What is the current stable version of php?
how much a fresher php programmer can earn in india
What is input sanitization in php?
Why do we use in php?
Does php need a closing tag?
Explain php parameterized functions.
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?
Explain the three different kinds of Arrays?