difference of move(), and copy() function in php?
Answers were Sorted based on User's Feedback
Answer / vishwas kumar
copy() function copy images for temp folder on server to
move other location. move() function cut images for temp
folder on server to move other location.
Is This Answer Correct ? | 20 Yes | 2 No |
Answer / babasaheb
move is cut the any file in your folder
the file is not avilebale in that folder
and
copy means copy the file in folder but this file is avilebal
in that folder
Is This Answer Correct ? | 1 Yes | 0 No |
Can you define an array argument as a reference type?
Is it possible to connect to a Microsoft Access database without a DSN? If so, how??
What is the difference between php traits vs interfaces?
Is nan in php?
What is the use of mysql_fetch_array in php?
write a program to generate bill screen 1.1st page should get the number of products to be billed. 2.2nd page should display the number of rows according to the number of products given in the first page. 3.Each row should have a text box for a.product name b.quantity c.unit price d.item price = quantity x unit price This should be automatically calculated not to be entered by the user. 4.After entering the products calculate sales-tax for the total amount which 8.25%. 5.After entering these values you have to generate the bill in the next page with a unique number for the bill. can anyone solve this problem..i am in need to solve this problem..pls help me
Why die is used in php?
What is oops php?
What changes I have to do in php.ini file for file uploading?
How to add comments in php?
How do you pass a variable by value in php?
Explain converting an object?