Re: Is there a way in PERL ......

2003-09-11 Thread Anadi Taylor
y yes - I love perl - it rocks :D) Thanks for all your help Anadi From: "Rob Dixon" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Is there a way in PERL .. Date: Thu, 11 Sep 2003 14:17:08 +0100 Anadi Taylor wrote: > > I want to run a perl script that does a ch

Is there a way in PERL ......

2003-09-11 Thread Anadi Taylor
Hi Again, I want to run a perl script that does a check and depending on the results of that check i want to run different HTML pages. For example: if the check is positive i want to run index1.htm else I want to run index2.htm can this be done ?? Thanks again Anadi You are just a dewdrop,

getting the IP address of a visitor to a site

2003-09-11 Thread Anadi Taylor
Hi all, I am writting a hit counter and would like to get the IP address of a visitor to my site, can anyone point me in the right direction please. :D Thanks in advance Anadi _ Express yourself with cool emoticons - download MSN M

getting the IP address of a visitor to a site

2003-09-11 Thread Anadi Taylor
Hi all, I am writting a hit counter and would like to get the IP address of a visitor to my site, can anyone point me in the right direction please. :D Thanks in advance Anadi _ Sign-up for a FREE BT Broadband connection today! ht

RE: cookie help needed

2003-03-04 Thread Anadi Taylor
sorry to bug ya about this - 1st it was a scope problem - but something you said here intregues me: Two ways to test 1) have your script print the value of $membusrname 2) look in your cookies and see if it's there How do I look @ my cookies ?? Sorry to be a pain Anadi

Re: cookie help needed

2003-03-04 Thread Anadi Taylor
Please ignore this meassage - it's a scope problem and I have figured it out - thanks all anyway !!! A very tired Anadi :) From: "Anadi Taylor" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: cookie help needed Date: Tue, 04 Mar 2003 19:06:53 + hi all, its me a

cookie help needed

2003-03-04 Thread Anadi Taylor
hi all, its me again !!! this time I am having trouble with a cookie: i have written a script that sets a cookie: use CGI qw/:standard/; use CGI::Cookie; ## create cookie my $cookie = new CGI::Cookie(-name=>'ptsbook',-value=>"$membu

Re: is there a 'more perl' way of doing this

2003-03-03 Thread Anadi Taylor
Thanks a lot for this - these different example have been a lot of help and a valuable education :) Anadi From: "Todd Wade" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: is there a 'more perl' way of doing this Date: Mon, 3 Mar 2003 19:51:01 -0500 "

Re: is there a 'more perl' way of doing this

2003-03-03 Thread Anadi Taylor
WOW thanks all - a bit of information overload there but a lotta learning so thank you Anadi _ Surf together with new Shared Browsing http://join.msn.com/?page=features/browse&pgmarket=en-gb&XAPID=74&DI=1059 -- To unsubscribe

Re: please please comfirm (was Parsing variables)

2003-03-03 Thread Anadi Taylor
From: "Luinrandir Hernsen" <[EMAIL PROTECTED]> To: "Anadi Taylor" <[EMAIL PROTECTED]> Subject: Re: please please comfirm (was Parsing variables) Date: Mon, 3 Mar 2003 18:53:19 -0500 > I might be barking up the wrong tree here but I have never seen > que

is there a 'more perl' way of doing this

2003-03-03 Thread Anadi Taylor
Hi all, I have to start by thanking you all for your help so far - its been invaluable. If it were'nt for you guys and gals i would have pulled my hair out by now ! OK - here is the thing: I have written some code and it works fine (yah), but i was wondering if there is a more 'PERL' wa

Re: jumping to the end of a loop

2003-03-01 Thread Anadi Taylor
Thank you - this helps a lot - its good to also know that the SQL problem I was having is a mySql thing - not me ! From: "R. Joseph Newton" <[EMAIL PROTECTED]> To: Anadi Taylor <[EMAIL PROTECTED]> CC: [EMAIL PROTECTED] Subject: Re: jumping to the end of a loop Date:

jumping to the end of a loop

2003-03-01 Thread Anadi Taylor
Hi all, I have written a script that reads in information from a database: name, email, password and username. I am then searching through this information to match an email address entered by a user ( this script is web based ) against the email address pulled off the database. This all works

Hacking my IIS

2002-11-14 Thread Anadi Taylor
Hi all, I have a question that is unrelated to perl, the only reason I am asking you is because of the help I have recieved from you all with my perl related questions. I hope you can be as helpfull in helping me to resolve this issue. I am running a Windows server (I know a lot of you dont lik