php-general Digest 11 Nov 2009 15:15:08 -0000 Issue 6437

2009-11-11 Thread php-general-digest-help
php-general Digest 11 Nov 2009 15:15:08 - Issue 6437 Topics (messages 299769 through 299772): Re: Checkbox in PHP form 299769 by: Adam Randall 299770 by: Adam Randall How to create CA certificate with PHP 299771 by: Tanveer Chowdhury Multiple file upload

php-general Digest 12 Nov 2009 04:47:24 -0000 Issue 6438

2009-11-11 Thread php-general-digest-help
php-general Digest 12 Nov 2009 04:47:24 - Issue 6438 Topics (messages 299773 through 299779): Re: Multiple file upload 299773 by: Martin Scotta 299774 by: Huy Nguyen 299775 by: tedd 299776 by: Bastien Koert Job Opening 299777 by: Robbert van Andel

[PHP] Multiple file upload

2009-11-11 Thread Matthew Croud
Dear lords of PHP, I have a working image upload script that meets all my needs, My question is I need to upload multiple images using the same form, This is the PHP part I have so far, largely taken from a book: _ $file_dir =

Re: [PHP] Multiple file upload

2009-11-11 Thread Martin Scotta
On Wed, Nov 11, 2009 at 12:09 PM, Matthew Croud m...@obviousdigital.comwrote: Dear lords of PHP, I have a working image upload script that meets all my needs, My question is I need to upload multiple images using the same form, This is the PHP part I have so far, largely taken from a book:

[PHP] RE: Multiple file upload

2009-11-11 Thread Huy Nguyen
Do you mean 3 forms, each having a file upload input? Or 1 form with 3 file upload inputs? If you have 3 forms, then the user can only submit one form at a time. So your $_FILES would contain only one file. If you have one form with 3 file upload, it depends on if they are the same name for

[PHP] RE: Multiple file upload

2009-11-11 Thread tedd
Hi: This is one way to do it: http://php1.net/c/multi-uploads/index.php You can either give the user defined slots for them to fill, or not, or give them a button to add another Choose File button. After you get the user information, then you can go through upload, scrub, and approve the

Re: [PHP] RE: Multiple file upload

2009-11-11 Thread Bastien Koert
On Wed, Nov 11, 2009 at 12:08 PM, tedd tedd.sperl...@gmail.com wrote: Hi: This is one way to do it: http://php1.net/c/multi-uploads/index.php You can either give the user defined slots for them to fill, or not, or give them a button to add another Choose File button. After you get the

[PHP] Job Opening

2009-11-11 Thread Robbert van Andel
I hope this is not violating any terms of usage rules. I thought I'd let you know that Salem Hospital in Salem Oregon is hiring a web developer. the position is part time and temporary with the potential to become permanent and full time. They have a huge intranet and a smaller public site using

[PHP] advice on setting up new site

2009-11-11 Thread PJ
Hi guys, I've already posted on FreeBSD and didn't want to ignore you, so here goes: I appreciate the help you have given me in the past and present... I am not competent to handle the project we are embarking on, so let me ask (offer ?) it here: We're about to start new enterprise in the food

[PHP] Re: How to create CA certificate with PHP

2009-11-11 Thread Manuel Lemos
Hello, on 11/10/2009 08:28 PM Tanveer Chowdhury said the following: Hello all, Using openssl, I can create CA certificate by using the linux command line. But this thing I want to do using PHP that is I want to add some information in the openldap regarding a user and also would like to

[PHP] Re: Form Validation filter - Regex Q

2009-11-11 Thread Manuel Lemos
Hello, on 11/10/2009 03:34 PM Haig Davis said the following: I've been figthing with this little problem for two days now, so far no luck with google and am beginning to question my own sanity. I have a application that has over one hundred forms some quite lengthy so what I'm trying to