Re: [PHP] Unwanted e-mails

2004-04-19 Thread Raquel Rice
PROTECTED] -- Raquel You may have to fight a battle more than once to win it. --Margaret Thatcher -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Unwanted e-mails

2004-04-19 Thread Raquel Rice
On Mon, 19 Apr 2004 20:14:22 -0400 Andy B [EMAIL PROTECTED] wrote: - Original Message - From: Raquel Rice [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, April 19, 2004 7:28 PM Subject: Re: [PHP] Unwanted e-mails On Fri, 16 Apr 2004 20:45:37

Re: [PHP] alternating row color--newbie help

2004-04-16 Thread Raquel Rice
that you rethink that decision and never do it again. My next step will be to contact the administrator at leland.stanford.edu, where you hold your email account [EMAIL PROTECTED]. Thank you for your kind consideration. -- Raquel In all

Re: [PHP] alternating row color--newbie help

2004-04-15 Thread Raquel Rice
= 'white') { if ($i % 2 == 0) { # even numbered row color $color = $evenColor; } else { # odd numbered row color $color = $oddColor; } return $color; } -- Raquel

Re: [PHP] there has to be a better way...

2003-10-23 Thread Raquel Rice
and the commented lines. I just have this thing about double level IF statements. Thanks. Walter Is there a problem with using your text editor to change all the # to ; and then using parse_ini_file()? -- Raquel I never did give anybody

Re: [PHP] Is this possible?

2003-10-16 Thread Raquel Rice
On Thu, 16 Oct 2003 10:36:38 -0500 Joseph Bannon [EMAIL PROTECTED] wrote: Is it possible to set two variables at once like this... $test = $variable = 5; Yes. -- Raquel To sin by silence when they should protest makes cowards

Re: [PHP] Re: PHP CSS

2003-10-08 Thread Raquel Rice
? Well, yes ... in a way. The plan is to have a main site, where users can have a subsite off the main site. I want to give the users the ability to customize, to an extent, their own subsite if they wish, while the main site retains the look I give it. -- Raquel

Re: [PHP] Re: PHP CSS

2003-10-08 Thread Raquel Rice
On Tue, 7 Oct 2003 23:22:02 -0700 Raquel Rice [EMAIL PROTECTED] wrote: On Tue, 7 Oct 2003 17:06:13 -0500 erythros [EMAIL PROTECTED] wrote: you probably just want what everyone wants... a seperation of design from content. as for applying the variables to the style sheet it depends

Re: [PHP] Re: PHP CSS

2003-10-08 Thread Raquel Rice
On Wed, 08 Oct 2003 20:34:51 +0600 Raditha Dissanayake [EMAIL PROTECTED] wrote: Raquel Rice wrote: On Tue, 7 Oct 2003 17:06:13 -0500 erythros [EMAIL PROTECTED] wrote: you probably just want what everyone wants... a seperation of design from content. snip i may have it wrong but what

Re: Re[2]: [PHP] Re: PHP CSS

2003-10-08 Thread Raquel Rice
, to an extent, their own subsite if they wish, while the main site retains the look I give it. -- Raquel RR I might just add that I can accomplish this very easily using RR inlinestyle elements within HTML tags but, I'm wanting to RR separate out the CSS. RR -- RR Raquel You don't

Re: [PHP] PHP OOP

2003-10-01 Thread Raquel Rice
was to use the following syntax: $a-b-c but this just returns: $a-b . -c Please, need advice on the finer points of OOP in PHP $a-$b-$c-method(); -- Raquel We must learn to live together as brothers or perish together as fools

Re: [PHP] register_globals won't turn off!

2003-09-27 Thread Raquel Rice
http server? -- Raquel If our words are not consistent with our actions, they will never be heard above the thunder of our deeds. --H. Burke Peterson -- Raquel If our words

Re: [PHP] Am stuck

2003-09-25 Thread Raquel Rice
do a count on this it should be 40 charecters long Can anyone help out here??? Chris I don't think you need to determine the length of $name. You just need to use str_pad(). -- Raquel People demand freedom of speech

Re: [PHP] Lifetime with cookie-less sessions

2003-09-24 Thread Raquel Rice
= 3600; if ($_SESSION['expire'] = (time() + $this-defExpireTime) { $_SESSION['expire'] = time() + $this-defExpireTime; # go ahead with session } else { $_SESSION = array(); # send the user to an error page } -- Raquel What

Re: [PHP] Accepting data from URL Parameters

2003-09-24 Thread Raquel Rice
array. -- Raquel What lies behind us and what lies between us are tiny matters compared to what lies within us. --Oliver Wendell Holmes -- Raquel What lies behind us

Re: [PHP] IP to Postal Code CSV? anyone messed around with this and PHP

2003-09-24 Thread Raquel Rice
IP pools that cover entire states (or countries) ? : (Some of AOL's IPs come to mind.) Or, getting an address from a provider halfway around the world. Or, Hotmail/Yahoo/etc. -- Raquel We are all travelers in the wilderness

Re: [PHP] SQL statement

2003-09-23 Thread Raquel Rice
On Tue, 23 Sep 2003 19:10:29 -0500 Dan J. Rychlik [EMAIL PROTECTED] wrote: Ive used this $query = (SELECT username, password, DATE_FORMAT(timestamp, '%d%m%y') FROM custlogon); But I recieve unknown index timestamp. *shrug* Is timestamp an actual columnname in your table? -- Raquel

Re: [PHP] Returns..

2003-09-19 Thread Raquel Rice
slash (/) before the end bracket (eg. br becomes br /). Note the space after the element text and the /. This is for compatibility with current browsers. -- Raquel If God lived on earth, people would break his windows. --Jewish Proverb

Re: [PHP] Attention: List Administrator

2003-09-19 Thread Raquel Rice
- Not Allowed. No attempt was made to repair. -- Raquel If God lived on earth, people would break his windows. --Jewish Proverb -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] um...

2003-09-19 Thread Raquel Rice
to bounce their post back to them with a 550 error message telling them to fix their problem. -- Raquel Being deeply loved by someone gives you strength, while loving someone deeply gives you courage. --Lao Tzu -- Raquel

Re: [PHP] um...

2003-09-19 Thread Raquel Rice
On Fri, 19 Sep 2003 21:07:50 + Curt Zirzow [EMAIL PROTECTED] wrote: * Thus wrote Raquel Rice ([EMAIL PROTECTED]): On Thu, 18 Sep 2003 15:37:38 -0400 its because of the new PHP virus (PHP.virdrus) and opussoft's anti virus program decided not to accept any mails

Re: [PHP] um...

2003-09-19 Thread Raquel Rice
On Fri, 19 Sep 2003 15:15:21 -0700 Chris W. Parker [EMAIL PROTECTED] wrote: Ryan A mailto:[EMAIL PROTECTED] on Friday, September 19, 2003 2:36 PM said: Hey comon nowwith a cute name like Raquel let the lady do whatever she wants Raquel eh? Reminds me of Raquel Welch

Re: [PHP] browser detector (php side)

2003-09-15 Thread Raquel Rice
you try: $_SERVER['HTTP_USER_AGENT']; -- Raquel Far away in the sunshine are my highest aspirations. I may not reach them, but I can look up and see the beauty, believe in them and try to follow where they lead. --Louisa May Alcott

Re: [PHP] Q on Class and EXTEND

2003-09-03 Thread Raquel Rice
extends THEPARENT var $this; function THECHILD($that) { $this-this = $that; } } // outside the class $clss = new THECHILD($thatvar); $clss-originalthis = 'how about that'; -- Raquel Let no man imagine that he has no influence

[PHP] You owe it to yourself to read this...

2001-12-04 Thread Raquel
Dear Fellow Entrepreneur, Are you achieving the results that you are trying to achieve with your online business? If your current business is offering a product that is a quick and simple solution to a problem that concerns most people, most of the time, then you would be very happy, and

[PHP] php/apache/cgi

2001-07-15 Thread Raquel Hurtado
Can't get apache to run php under the /cgi-bin directory, getting: Exec format error: exec of /var/www/cgi-bin/test.php failed. Does it mean that I should install PHP as a CGI module? Thanks in advance. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Re-directing

2001-05-13 Thread Raquel Rice
Todd Cary wrote: In my Index.html, what do I write so that the Surfer goes to my Start.Php? Todd I use a little bit of javascript ... script language=JavaScript location = newURL.php; /script inside the head/head tags. -- Raquel