What is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
No Answer is Posted For this Question
Be the First to Post Answer
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 crypt () in php?
If the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is sticky form in php?
How can I load data from a text file into a table?
Explain the purpose of output buffering in php.
What types of loops exist in php?
what are the current or latest versions of LAMP ? Linux, Apache, MySql, PHP
Do you know what is use of count() function in php?
What is PHP?