What is php default argument?
No Answer is Posted For this Question
Be the First to Post Answer
How to check your php installation?
When to use get and post request?
What is mysqli_real_escape_string?
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.
Actually am working in existing project which is developed in .net, am converting the .net into php code. am facing problem after uploading the .php in server. amgetting the error message like "The page cannot be found" but its working perfectly in local host
How to get the IP address of the client/user in PHP?
Explain why would we use === instead of ==?
What is the use of "enctype" attribute in a html form?
Explain how is it possible to set an infinite execution time for php script?
Tell me how is it possible to propagate a session id?
Why do we use javascript in php?
How arrays are used in php?