[wdvltalk] Form problem update

2005-01-18 Thread Portman
Hi all, The problem with the form turned out to not be with the form after all. The hosting company had a bug in its mail server. One wonders if they would have ever figured this out if I hadn't written??? Thanks to those who replied. Riva • The WDVL Discussion List from WDVL.COM •

Re: [wdvltalk] Form problem

2005-01-16 Thread Portman
Hi all, I am really having a rough time with this form. I reworked my code and double and triple checked the commands and it is still not working. I wrote to the hosting company and they have no idea why it is not working either. I was receiving the e-mails just fine at my regular address

Re: [wdvltalk] Form problem

2005-01-16 Thread Portman
Thank you for the reply Sheila. Here is the php code. I don't know php but this doesn't seem to work either. The hosting company gave me the scripts as they are. Riva ?php $request_method = $_SERVER[REQUEST_METHOD]; if($request_method == GET){ $query_vars = $_GET; } elseif

Re: [wdvltalk] Form problem

2005-01-16 Thread Sheila Fenelon
Portman wrote: Thank you for the reply Sheila. Here is the php code. I don't know php but this doesn't seem to work either. The hosting company gave me the scripts as they are. This does the same thing as the Perl code. The form input is written to a file in a directory called 'data'. There

Re: [wdvltalk] Form problem

2005-01-16 Thread Portman
Thanks Sheila. I will look on the server. Riva Sheila Fenelon wrote: This does the same thing as the Perl code. The form input is written to a file in a directory called 'data'. There is nothing in the code you posted to email the input or the file. If you previously had the input emailed then

RE: [wdvltalk] Form problem

2005-01-14 Thread Trusz, Andrew
-Original Message- From: Portman Sent: Thursday, January 13, 2005 11:02 PM To: wdvltalk@lists.wdvl.com Subject: [wdvltalk] Form problem Hi all, I set up a membership form for a friend of mine that was working fine until about 2 days ago. I am not sure what happened. He has hosting

Re: [wdvltalk] Form problem

2005-01-14 Thread Portman
Thank you Drew. Riva • The WDVL Discussion List from WDVL.COM • To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: wdvltalk@lists.wdvl.com To change subscription settings,

[wdvltalk] Form problem

2005-01-13 Thread Portman
Hi all, I set up a membership form for a friend of mine that was working fine until about 2 days ago. I am not sure what happened. He has hosting with godaddy.com and his hosting plan comes with a cgi script to process a form. I would appreciate it if someone could look at my code and tell