What does $_cookie means?
No Answer is Posted For this Question
Be the First to Post Answer
How can we display information of a variable and readable by human with php?
What is the function used to change the root directory in PHP?
How can MYSQL functions be available with PHP?
Tell me how can we define a variable accessible in functions of a php script?
Which function you can use in php to open a file for reading or writing or for both?
What is the difference between pop3 IMAP and MAPI?
What is the difference between ereg_replace() and eregi_replace()?
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.
Does php support multiple inheritances?
Tell me how a constant is defined in a php script?
How do you pass a variable by value?
How to block direct directory access in PHP?