Is strcmp case sensitive?
No Answer is Posted For this Question
Be the First to Post Answer
What are the correct and the most two common way to start and finish a PHP block of code?
How to get the directory name out of a file path name?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
What are the basic steps to store PHP session in to Database?
How do I end a php session?
PHP serverside scripting language or client side scripting language>
What are Sub routines?
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.
What is mysqli_real_escape_string?
How can we register the variables into a session?
What are the three classes of errors that can occur in php?
How can i execute PHP File using Command Line?