Re: Nevermind

2001-09-30 Thread Michael Kelly
> From: "Gary L. Armstrong" <[EMAIL PROTECTED]> > Date: Sun, 30 Sep 2001 15:26:20 -0400 > To: <[EMAIL PROTECTED]> > Subject: Nevermind > > Let's just say I feel like a dufus. Sorry to bother! > > -=GLA=- > Hehe, no problem. I don't think anyone can hold a candle to my "join() doesn't work with

Re: Stylesheet line not working

2001-09-30 Thread Brett W. McCoy
On Sun, 30 Sep 2001, Gary L. Armstrong wrote: > I have skimmed through the Llama and Camel and I don't know why this should > not work: > > #startcode > print < > "http://www.w3.org/TR/xhtml1/DTD/transitional.dtd";> > > > > Geek Shop -- A Web Page > > > ...blahblahblah... > BLOCK1 > #endcode

Nevermind

2001-09-30 Thread Gary L. Armstrong
Let's just say I feel like a dufus. Sorry to bother! -=GLA=- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Stylesheet line not working

2001-09-30 Thread Gary L. Armstrong
I have skimmed through the Llama and Camel and I don't know why this should not work: #startcode print Geek Shop -- A Web Page ...blahblahblah... BLOCK1 #endcode Actually the whole thing works fine (hooray, my first CGI) except that it's

Re: Re: Simple CGI Question

2001-09-30 Thread Mark Bergeron
Yes, I would agree, You'll find with just a little practice, you can write you own code and scripts easier, faster, and most times, more efficient for what you need. -Original Message- From: "Randal L. Schwartz"<[EMAIL PROTECTED]> To: [EMAIL PROTECTED], "Geoff Ball"<[EMAIL PROTECTED]> Da

Re: file type detection

2001-09-30 Thread brian d foy
In article <030401c149c2$7f2fb2c0$0b01a8c0@rob>, [EMAIL PROTECTED] (Rob) wrote: > Is there a simple way for a script to scan a file and know if it is a valid > file type? What I mean is if I have an mpeg file that has been renamed to > something like movie.html or movie.gif is there a way to kno

file type detection

2001-09-30 Thread Rob
Is there a simple way for a script to scan a file and know if it is a valid file type? What I mean is if I have an mpeg file that has been renamed to something like movie.html or movie.gif is there a way to know that it is not a valid html or gif file? Thanks. -- To unsubscribe, e-mail: [EMAI