How I can logout?

2002-03-25 Thread Luis Guillot
I would like that an user that is connected to my web page it was disconnected when closing the navigator or when visiting another web, without having to press a logout button. Is it possible with Perl? Which module or like I can do it? Thank you very much. Luis Guillot -- To unsubscribe, e-

Dealing with arrays ??? / Do I need to lock a file???

2002-03-25 Thread Rafael Cotta
Hi all, I don't know very well the terminology involved in my question, so, sorry in advance for anything. I used the parse_form routine from FormMail to get all the data passed from a form to the array $Form, and this array has something I think is called hash. That is, if a have a field called

Server hangs during form processing--Sendmail

2002-03-25 Thread Steven Vargas
I figured that the culprit is forking or executing to Sendmail, but why does it work on all our other test servers, and hangs on the Solaris box running Apache? This is one version: open(MAIL, "| /usr/lib/sendmail -t") || die "No sendmail available: $!\n"; select(MAIL); $| = 1; print MAIL "To: $r

new (empty) side after form submission

2002-03-25 Thread peter barth
Hi there, I run a CGI script which opens different forms, all of them supposed to show up on a new (cleared) side. I tried to put the different forms in subroutines which are not called if already run. But: It looks like the functions are called every time the script is running: I have a form i

yes & no

2002-03-25 Thread maxa
I have create web page with extension .cgi and connect it with Microsoft access database. 1. Can I use my project on server where is supported .cgi and mySQL but nothing about Microsoft access database? 2.how can I transform Microsoft access database .mdb to mySQL? 3.what tool I have to use

Re: yes & no

2002-03-25 Thread fliptop
maxa wrote: > I have create web page with extension .cgi and connect it with Microsoft access >database. > > 1. Can I use my project on server where is supported .cgi and mySQL but nothing >about Microsoft access database? sure - provided your data is in the mysql db. > 2.how can I transfor

RE: yes & no

2002-03-25 Thread Peterson, Tony
There is a utility if you have PHP support called phpMyAdmin that provides quite a nice gui interface for MySQL. -Original Message- From: fliptop [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 3:52 PM To: maxa Cc: perl Subject: Re: yes & no maxa wrote: > I have create web page

Problem in running CGI script with PWS server

2002-03-25 Thread Ng Yuen Soo
Hi, I am a newbie, setting up a test web server on Win98 with Activeperl Complier. Apparently, the CGI-BIN is finally working but the browser IE 6.0 does not execute the *.cgi with activeperl. It merely just displays the content. How do I get the PWS to associate .cgi with Activeperl? Thanks!