File upload - probably simple..

2002-12-22 Thread james lundeen
hey, do you have a solution to this? I need to upload a file, but i just want the file name, not the entire path. Currently, it saves the actual file on the server as: G:\ISIR\ISIR2002gallery\images\isir1.jpg as the FILENAME!!! i just want it to save as "isir1.jpg" or whatever the filename is

Re: CPAN module install error... can you guys help?

2002-12-17 Thread james lundeen
*ton* of testing to see if it still works in all its > glory. > > http://danconia.org > > (p.s. make sure to group reply so the list can help too) > > james lundeen wrote: > > I'm on an OLM server. I think it's RH 7.2 - I updated Perl and the other > bac

Re: CPAN module install error... can you guys help?

2002-12-16 Thread james lundeen
that helps, sorry it's so vaguejust try to install openssl... > > -Chris > > > On Sunday 15 December 2002 11:49 pm, james lundeen wrote: > > cpan>install Net::SSLeay > > > > and everyhing went OK until this stuff happened... i had tried

CPAN module install error... can you guys help?

2002-12-16 Thread james lundeen
cpan>install Net::SSLeay and everyhing went OK until this stuff happened... i had tried a manual install of the module first and received thie error, then i tried using cpan> for the first time -- which is cool! -- but got the error again... any advice would be appreciated! --jimmyjames

Re: really basic question about CGI module

2002-12-16 Thread james lundeen
h->quote($foo); > > Brent > > > > > > > james lundeen > >

really basic question about CGI module

2002-12-13 Thread james lundeen
I "use CGI" in my routines very often and at times need to look at the incoming values from forms to make sure that they don't include "'" "," and other things that might blow up my connection with mysql database. Can someone please give me a nice piece of reusable code that will read the inco

really basic question about CGI module

2002-12-13 Thread james lundeen
I "use CGI" in my routines very often and at times need to look at the incoming values from forms to make sure that they don't include "'" "," and other things that might blow up my connection with mysql database. Can someone please give me a nice piece of reusable code that will read the inco

Re: Creating and Using Libraries

2002-12-03 Thread james lundeen
thank you for posting this detailed question. i too need to know exactly how to do this. anyone out there that can help us, it would be much appreciated!-jim --- Will <[EMAIL PROTECTED]> wrote: > Greets Folks, > > I usually lurk on this list, but I came across an > issue which I could rea

Re: arrays & lists

2002-11-23 Thread james lundeen
here is an example of MySQL code to pick a random record using some select criteria. i use it in a homepage for an online store where my client has random items from his catalog displayed as "featured" items (really nothing more than picking a random record from the 10,000+ items!)... $mysql_que