When to use self over $this?
No Answer is Posted For this Question
Be the First to Post Answer
What is "echo" in php?
What is a class in php programing?
What does the unlink() function mean?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
What is the functionality of the functions strstr() and stristr()?
How to make multilanguage site in php? (like english,tamil)
What is the difference between exception::getmessage and exception::getline?
What is the tags in PHP is not a valid way to begin and end a PHP code block?
Why does php start with variables?
Is php 5 still supported?
Steps for the payment gateway processing?
1. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.