what is mean by portal
No Answer is Posted For this Question
Be the First to Post Answer
What is helper function?
What is the difference between $message and $$message ?
Is it difficult to learn php?
This question is regarding version control. If two developers are committing the same php file at same time what will happen ? What error it will show (if any) ?
What is overloading and overriding in oop?
Questions on OOP concepts 1. What are the access specifiers available in php ? Explain 2. What is object cloning ? 3. What are the differences between interface and abstract class ? 4. What is overloading ? 5. What is overriding ? 6. How to prevent function overriding ? 7. What is the use of "final" keyword ? 8. What is static variable ? How will access a static variable ? What is static class ?
Tell me what's the difference between include and require?
How to send a cookie to the browser?
Tell us what is the difference between session_unregister() and session_unset()?
Tell me how can we connect to a mysql database from a php script?
When a conditional statement is ended with an endif?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);