Re: [PHP] Uploading a directory of files

2004-07-16 Thread xin
Ryan Schefke wrote: Does anyone have a script to upload a directory full of files? .something like a recursive upload. Thanks, Ryan You can use a JavaApplet and php script to upload as many files as you want. We have used one in our project. yours, xin -- PHP General Mailing List (http

Re: [PHP] File Upload Question

2004-07-12 Thread xin
you might need to resolve to Java applet or other means to select more than one files at same time. The following is an example: http://barleypop.vrac.iastate.edu/BarleyBase/test/upload/version_05/Upload.php yours, xin - Original Message - From: Vail, Warren [EMAIL PROTECTED

[PHP] Any suggestion for my php project?

2004-07-09 Thread xin
whether it is open source or not. Thanks. yours, xin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] how can php get the values of a group of checkbox

2002-11-21 Thread Xin Qi
hi there, if i have a group of checkboxes, and they have the SAME name, when they are submited into a php script, how can this php file get the value of each checkbox? since they have the same name, $_GET[checkbox_name] only returns the last one. thanks -- PHP General Mailing List

Re: [PHP] how can php get the values of a group of checkbox

2002-11-21 Thread Xin Qi
php loads $_GET[] because it will be $_GET[$one_variable]. For a group checkboxes with the same name, there will be no such problem. - Original Message - From: Van Andel, Robert To: Xin Qi ; [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 4:26 PM Subject: RE: [PHP] how can

Re: [PHP] how can php get the values of a group of checkbox

2002-11-21 Thread Xin Qi
RE: [PHP] how can php get the values of a group of checkboxbut the question is how to determine the times of loop? the upper bound is hard to find. and the loop does cost time though it is not so much. - Original Message - From: Van Andel, Robert To: Xin Qi ; [EMAIL PROTECTED

[PHP] exec problem

2002-08-08 Thread Li, Xin
how to solve this? BTW, my php is a pretty old version and doesn't support suexec and ftp functions. Thanks a lot Xin Li __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- PHP General Mailing List (http