Re: [PHP-DB] PHP Forms - upload VS text

2005-10-03 Thread Rui Cruz
is email do not necessarily represent those of St. Jude Children's Research Hospital. -Original Message- From: Rui Cruz [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 10:26 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] PHP Forms - upload VS text. . Humm.. in the

RE: [PHP-DB] PHP Forms - upload VS text

2005-09-30 Thread Norland, Martin
Friday, September 30, 2005 10:26 AM To: php-db@lists.php.net Subject: Re: [PHP-DB] PHP Forms - upload VS text. . Humm.. in the form action you use a function called tpl(); What function is that, I find no reference of it on the php.net function list. - Original Message - From: "&

Re: [PHP-DB] PHP Forms - upload VS text

2005-09-30 Thread Rui Cruz
, 2005 3:36 PM Subject: RE: [PHP-DB] PHP Forms - upload VS text Beyond that it's just the $_FILES array and $_POST array. cheers, - Martin Norland, Sys Admin / Database / Web Developer, International Outreach x3257 The opinion(s) contained within this email do not necessarily represe

RE: [PHP-DB] PHP Forms - upload VS text

2005-09-30 Thread Norland, Martin
--Original Message- From: Rui Cruz [mailto:[EMAIL PROTECTED] Sent: Friday, September 30, 2005 8:18 AM To: php-db@lists.php.net Subject: [PHP-DB] PHP Forms - upload VS text. . Hi, I'm a fairlly experienced developer but there's something that just really gets to me... I can: - Use a f

[PHP-DB] PHP Forms - upload VS text

2005-09-30 Thread Rui Cruz
Hi, I'm a fairlly experienced developer but there's something that just really gets to me... I can: - Use a form to upload a file or files - Use a form to write text to whaever is needed (DB, e-mail contents, etc...) but I CAN'T - Use the same form to do both. I've tried so many

Re: [PHP-DB] PHP Forms

2001-04-17 Thread CC Zona
In article <001201c0c77c$a0262360$[EMAIL PROTECTED]>, [EMAIL PROTECTED] ("Hector M Banda") wrote: > I want to know how can I store all the forms in a place where users can run > them but are not available to the owner of the domain. See the following for pages for info on using an include_path

[PHP-DB] PHP Forms

2001-04-17 Thread Hector M Banda
Hi all, I'm doing virtual domains for some friends where have a form where I'm capturing some user information ( name, lastname, etc) to e-mail and also to store the information using PHP. Everything is working ok but I'm placing all the PHP forms on the user's directory and they are accessibl