date/image problem!
if(isset($_request['sendfilebutton']))
{
$destination="c:\\"."$copiedfile."."$extension";
if(copy($userfile,$destination))
{
print "The image has been copied.";
}
unlik($userfile);
}
////////////The copy method copies the image file to the destination but on the source address this file is disappeared/finished. what is the solutoin.
//////////////////////////////////////////////////////////////////////
what is the perfect way to give the user to put the date in the form either use list/fields separate for years, months and date. Either there is an alternative to get the date from the user and put inthe database.
/////////////////////////////////////////////////////////////////////
Is it possible to get the image from the user through the form(Either the user selects the image what type of size, he likes), but our function made it to our size requirement's.
/////////////////////////////////////////////////////////////////////
I will be very thankful to you for these answers.
Thanks.
|