How many different types of messages available in php?
No Answer is Posted For this Question
Be the First to Post Answer
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what’s the problem?
Why php is sometimes called as embedded scripting language?
Explain why would we use === instead of ==?
Does php have future?
What is the difference between explode() and split() functions?
Which is variable cost?
What is difference between core php and framework?
Explain the ternary conditional operator in php?
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.
How we can convert dynamic url into static url? plz provide code.
How to get no. of rows using MYSQL function?
What is the use of pear in php?