RE: radio_group question:

2003-06-06 Thread Herbold, John W.
That was it! You da man! Thanks! John W. Herbold Jr. IS Specialist/DBA -Original Message- From: Bob Showalter [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 2:54 PM To: 'Herbold, John W.'; [EMAIL PROTECTED] Subject: RE: radio_group question: Herbold, John W. wro

radio_group question:

2003-06-06 Thread Herbold, John W.
Help Please! I am trying to pass an image link as a label and getting the info back with < characters in it, and thus not displaying the image. I am trying to display severl graphic choices for my user, and allow them to select the "schema" for the website, this is stored in a MySQL table. T1 is

RE: mysql

2002-11-02 Thread Herbold, John W.
No, I think you will be fine. The RDMBS is designed to handle just that kind of thing. I do it for several applications at work, Helpdesk, etc. My hardest hit application inserts about 4K records a day, and I have not had any problems, and it has been productional for over two years. If you are

RE: Source for beginners help required

2002-01-27 Thread Herbold, John W.
www.perldoc.com check out the FAQ. Also take a look at ACTIVESTATE.COM and PERL.COM and see if you can find some FAQ's there. John -Original Message- From: Clive Knowles [mailto:[EMAIL PROTECTED]] Sent: Sunday, January 27, 2002 1:04 PM To: [EMAIL PROTECTED] Subject: Source for beginner

RE: What do you think is better

2001-12-11 Thread Herbold, John W.
Here is one that I wrote to parse a WebServer log file, and look for what ever the user typed in. It will then display the records that matched. It would be easy to change and mail out the results using sendmail... Let me know if you have any questions John #! perl -w use CGI; my $query

RE: cgi call cgi program or URL

2001-12-11 Thread Herbold, John W.
Unless I am tottaly missing your question... print "Click here "; should do it, then inside of newprogram.pl you can read in the var1, and var2. You could also use a form if you wanted to pass dynamic parameters. John Herbold -Original Message- From: Tat Nam [mailto:[EMAIL PROTECTED]]

RE: help with open function

2001-12-10 Thread Herbold, John W.
Why not just tell it... open("e:\workflow.txt", "Workflow")|| die "Cannot open workflow $!\n"; John Herbold IS Specialist/DBA -Original Message- From: Lance Prais [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 7:28 PM To: [EMAIL PROTECTED] Subject: help with open functi

RE: question about reading a page to sort information

2001-12-10 Thread Herbold, John W.
>-Original Message- >From: Lance Prais [mailto:[EMAIL PROTECTED]] >Sent: Monday, December 10, 2001 10:08 AM >To: [EMAIL PROTECTED] >Subject: question about reading a page to sort information < SNIP > >my script need to do this: >1. call the function to generate the log file---done that >2