Re: Hyperlink to act like submit button...

2001-07-24 Thread Randal L. Schwartz
> "Paul" == Paul Campbell <[EMAIL PROTECTED]> writes: Paul> >> >> That's illegal HTML. You need "&" encoded as "&" there. Paul> If I was trying to *display* the ampersand in the browser then yes. Paul> In this instance it is part of a URL, which isn't 'displayed' and Paul> doesn't get int

Re: Hyperlink to act like submit button...

2001-07-24 Thread Randal L. Schwartz
> "Paul" == Paul Campbell <[EMAIL PROTECTED]> writes: Paul> Oops, ignore what I just said. My appologies for not reading your Paul> email properly. I replied base on your subject alone. Paul> As to your question, yes it is possible. However, you only use the Paul> '?' to signify that para

Re: Hyperlink to act like submit button...

2001-07-24 Thread Paul Campbell
Oops, ignore what I just said. My appologies for not reading your email properly. I replied base on your subject alone. As to your question, yes it is possible. However, you only use the '?' to signify that parameter pairs follow. Use an '&' to seperate each pair. Basically replace your seco

A .pm module question

2001-07-24 Thread David Scott
I have a virtual server (Free BSD) and I had a perl/mysql application written for me. I installed mysql ok and setup a database. When I installed the mysqldbi though things went downhill fast. I did it using perl -MCPAN -e shell. I didn't write down everything I did, but I followed the instruction

beginner's addressbook tutorial - Step 9 - The restricted perl handler and methods to add new records

2001-07-24 Thread fliptop
step 9 is complete, and is available at: http://www.peacecomputers.com/addressbook_toot-step9.html coming next - step 10 - Uploading and manipulating binary image files with CGI and ImageMagick -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: This is driving me crazy....

2001-07-24 Thread Moon, John
The *[ ]* is telling Tr to make two row ... -Original Message- From: James Kelty [mailto:[EMAIL PROTECTED]] Sent: July 24, 2001 17:15 To: [EMAIL PROTECTED] Subject: This is driving me crazy I am just testing the table capabilities of the CGI.pm, and this is the code that I have wri

Re: This is driving me crazy....

2001-07-24 Thread Curtis Poe
--- James Kelty <[EMAIL PROTECTED]> wrote: > Anyway, I, from what I gathered from the perldoc thought that > this would write two 's inside of one element in > html, but when I look at the source code, it is writing an for > each , why is that, and how can I stop it? Please ignore my compulsiv

Perl Time

2001-07-24 Thread Fred Sahakian
How can I convert a date format from: 09042001 into the Epoch seconds? (aka 'time' function) I need to create a formula whereas the entered date must be more than 6 months into the future of todays day. I can get the system to print the epoch time. thanks, Fred -- To unsubscribe, e-mail

Re: Hyperlink to act like submit button...

2001-07-24 Thread Paul Campbell
On Fri, Jul 20, 2001 at 08:42:01AM +0930, Daniel Falkenberg wrote: > List, > > I have a problem that I need a hyperlink to take me to a location still > situated on my script but I need this hyperlink to be also able to pass on > variables to the next sub. I can do this with radio buttons and ch

This is driving me crazy....

2001-07-24 Thread James Kelty
I am just testing the table capabilities of the CGI.pm, and this is the code that I have written to write the table: print $cgi->table({-border=>'1', -bgcolor=>"#66",-cellspacing=>'0',-width=>'500'}, Tr({-align=>'CENTER',-valign=>'TOP'}, [ td({-align=>'LEFT',-valign=>

Re: Database Connection Pooling (Java vs. Perl)

2001-07-24 Thread fliptop
"Bradley M. Handy" wrote: > > In Java there is the ability to do database connection pooling, where you > have a ConnectionPool object that contains multiple database connection in > it. When you need a connection to a database, you get one from the pool and > go. > > Is there a way to do this

RE: counting in CGI - any pointers?

2001-07-24 Thread Moon, John
One Line of data has *foo* and another has *3* and ... OR *foo 3 bleed 45 blee 56 stuff 67 * ? If it's the second can *stuff* = *stuff more stuff then still more stuff* ? Is the record *fixed* or *typed* ? -Original Message- From: Adam Mc Gregor [mailto:[EMAIL PROTECTED]] Sent: Ju

RE: script headers

2001-07-24 Thread Bradley M. Handy
If you don't have the following line in your code then you should add it. print "Content-type: text/html\n\n"; or if you're using the CGI object print CGI->header(); This should be done before you print anything to the browser. Brad Handy --www.jack-of-all-trades.net [EMAIL P

script headers

2001-07-24 Thread Sally
Can anyone give me a general idea what the error premature end of script headers means? Is it an incorrect filename, or that the file can't be found or something else? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Database Connection Pooling (Java vs. Perl)

2001-07-24 Thread Bradley M. Handy
In Java there is the ability to do database connection pooling, where you have a ConnectionPool object that contains multiple database connection in it. When you need a connection to a database, you get one from the pool and go. Is there a way to do this in Perl, or is there some article I could

counting in CGI - any pointers?

2001-07-24 Thread Adam Mc Gregor
Hi all I have a text file that I am displaying in an html table on a website. this text file has on line of data, set out like this: foo 3 bleeb 45 blee 56 stuff 67 what i need to do is get it to total all the numbers in this file once it has finished outputting the data to my tabl

A server or code problem?

2001-07-24 Thread Grierson, Garry (UK07)
I am having a problem connecting to Oracle 7.3.4 when setting up an NT machine with IE 5.5, Oracle Client Software (Release 7.3.3.0.0) and ActivePerl v15.6.0. The programms afected have been working fine on 95 for some time. I am runing Perl scripts that connect to Oracle though the Oracle7 ODBC