Wrox Programmer Forums
Go Back   Wrox Programmer Forums > PHP/MySQL > Pro PHP
|
Pro PHP Advanced PHP coding discussions. Beginning-level questions will be redirected to the Beginning PHP forum.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Pro PHP section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old January 31st, 2006, 05:05 AM
Authorized User
 
Join Date: Jan 2006
Posts: 22
Thanks: 0
Thanked 0 Times in 0 Posts
Default 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.

 
Old September 23rd, 2006, 05:03 PM
Registered User
 
Join Date: Apr 2006
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You asked :
what is the perfect way to give the user to put the date in ....

Here is a good way:

http://www.dynamicdrive.com/dynamici...oncalendar.htm

Its free.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem in Image transfer akshah General .NET 0 February 5th, 2007 06:43 AM
Reload Image and Date - Time freddo Javascript How-To 4 September 2nd, 2004 10:08 PM
Ado Image problem alanshen209 Access ASP 0 May 13th, 2004 04:33 PM
image problem... life_s Ng ASP.NET 1.0 and 1.1 Basics 2 September 29th, 2003 02:42 AM
image display problem please help mateenmohd Classic ASP Databases 2 June 7th, 2003 01:07 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.