how to upload a file in php.write a syntex for that
Answer / sumit manchanda
move_uploaded_file syntex is used to upload a file
| Is This Answer Correct ? | 5 Yes | 3 No |
What is the difference between for and foreach in php?
How to remove an empty directory?
Is php a framework?
How to create a mysql connection?
How to convert strings in hex format?
Why print_r is used in php?
How does php work with apache?
How to check an key is exists in array?
What is the difference between php traits vs interfaces?
What is meant by nl2br()?
4 Answers Rushmore Consultancy,
Which of the following represents the proper way to set a session variable? Answer: a. $_SESSION['foo'] = 'bar'; b. session_start(); c. session_set_save_handler ('myopen', 'myclose', 'myread', 'mywrite', 'mydelete', 'mygarbage'); d. $foo = $_SESSION['foo']; 2.When administering MySQL, you should make the data directory accessible via the operating system 3.which statement can be used to determine how the optimizer resolves a query
How can we extract string ‘abc.com ‘ from a string info@abc.com" target="_blank">http://info@abc.com using regular expression of php?