Re: Hit counter

2003-12-25 Thread Andrew Gaffney
Charlie somerville wrote: You don't need to get that from a database! All you havve to do is put a lock on a file read the file, increment it write the file and take the lock off, easy! First of all, I guess you are WAY behind on your e-mail. I posted that question back in mid-November. Second, th

Re: php testing in my pc

2003-12-25 Thread Wiggins d'Anconia
Please bottom post Charlie somerville wrote: POST TO THE DAMN PHP NEWSGROUP NOT THIS ONE! There are certainly more polite ways to indicate that a poster's question is off topic for a particular group... http://danconia.org "Daniel Hurtado Brenner" <[EMAIL PROTECTED]> wrote in message news:[

Re: Hit counter

2003-12-25 Thread Wiggins d'Anconia
Please bottom post... Charlie somerville wrote: You don't need to get that from a database! All you havve to do is put a lock on a file read the file, increment it write the file and take the lock off, easy! Without knowing more about the OP's design how can you possibly determine whether a DB is

Re: Help with PPM install

2003-12-25 Thread Wiggins d'Anconia
Charlie somerville wrote: Shouldn't you bbe posting to perl.scripts? i mean, cross posting is rude so don't do it Shall we mention spamming the list posting about threads that are ancient, top posting, and in general not being terribly helpful, 'perl.scripts'?? http://danconia.org "Ash Singh

Re: Calling JavaScript from Perl

2003-12-25 Thread Wiggins d'Anconia
Please bottom post. Charlie somerville wrote: Not neccisarily, javascript can be a server side for example in ASP you can set the <%@ Language=""%> bit to <%@ Language="javascript" %> Hence the words "in general" http://danconia.org "Wiggins D Anconia" <[EMAIL PROTECTED]> wrote in message ne

Re: Getting a users IP addy

2003-12-25 Thread Randal L. Schwartz
> "Charlie" == Charlie Somerville <[EMAIL PROTECTED]> writes: Charlie> I'm trying to get a users IP address but when i test it, it always returns Charlie> "192.0.0.0" which is not my IP. I can't tell you which %ENV key i'm using as Charlie> i forgot. Why do you want it? I hope you're not try

Re: Re:Hit counter

2003-12-25 Thread Charlie somerville
You don't need to get that from a database! All you havve to do is put a lock on a file read the file, increment it write the file and take the lock off, easy! "Parvez Mohamed" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Plaese use http://www.scriptarchive.com/readme/counter.html#

Re: php testing in my pc

2003-12-25 Thread Charlie somerville
POST TO THE DAMN PHP NEWSGROUP NOT THIS ONE! "Daniel Hurtado Brenner" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi friends: > I use activeperl for for run and testing my cgi script in my PC. It's fine. > Well... if i want to run and testing my PHP script and my Msql in my PC...

Getting a users IP addy

2003-12-25 Thread Charlie somerville
I'm trying to get a users IP address but when i test it, it always returns "192.0.0.0" which is not my IP. I can't tell you which %ENV key i'm using as i forgot. Please help me. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: free site hosting that supports CGI

2003-12-25 Thread Charlie somerville
Yeah, tripod lets you, only prob is they don't have the CGI module but you can work around that with $ENV{'QUERY_STRING'} <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > >Does anybody knows where I can find free site hosting that supports CGI? > JP, from Brazil. > > you must s

Re: Help with PPM install

2003-12-25 Thread Charlie somerville
  Shouldn't you bbe posting to perl.scripts? i mean, cross posting is rude so don't do it   "Ash Singh" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... I am trying to install Text-CSV from my dos prompt. I downloaded the ppd from activestate perl. I get this erro

Re: Bad referrer!

2003-12-25 Thread Charlie somerville
Some computers have special security settings to hide the refferer, you need to find a way to disable the security setting. "Sara" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > There was a script which people were using remotely, so I have to add this > simple subroutine > to check

Re: Calling JavaScript from Perl

2003-12-25 Thread Charlie somerville
Not neccisarily, javascript can be a server side for example in ASP you can set the <%@ Language=""%> bit to <%@ Language="javascript" %> "Wiggins D Anconia" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > Hi, > > Does anyone know is it possible to call javascript from perl? C