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

Re: [PHP] Unwanted e-mails

2004-04-19 Thread Raquel Rice
On Fri, 16 Apr 2004 20:45:37 +0100 Lester Caine <[EMAIL PROTECTED]> wrote: > John W. Holmes wrote: > > > From: "Lester Caine" <[EMAIL PROTECTED]> > > > >>I am hitting reply, and EVERY php list sends a message back > >bouncing the>unsubscribe message ( along with every post I have > >tried to mak

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

2004-04-16 Thread Raquel Rice
On Fri, 16 Apr 2004 11:26:37 -0700 "David A. Stevens" <[EMAIL PROTECTED]> wrote: > Please remove my address from any future correspondence about PHP. Mr. Stevens, I assume you had some reason for sending this to me privately. As I'm only a member of an email list, "[EMAIL PROTECTED]". I'd sugg

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

2004-04-15 Thread Raquel Rice
On Thu, 15 Apr 2004 16:02:14 -0400 "Montagna, Dan" <[EMAIL PROTECTED]> wrote: > > I'd appreciate any hints on this... > > Thanks > > Dan I created a function (so I don't have to rewrite it all the time) for doing this very thing. function everyOtherRow($i, $oddColor = '#e0', $evenCol

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

2003-10-23 Thread Raquel Rice
On Thu, 23 Oct 2003 01:04:55 -0500 "Walter Torres" <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: Colin Kettenacker [mailto:[EMAIL PROTECTED] > > > > Hi Walter, > > > > You may want to look into PEAR's config package. It does pretty > > much all you > > have listed here and a

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 cow

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

2003-10-08 Thread Raquel Rice
On Thu, 9 Oct 2003 02:00:20 +1000 Tom Rogers <[EMAIL PROTECTED]> wrote: > Hi, > > Thursday, October 9, 2003, 1:37:57 AM, you wrote: > >> > >> 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 abilit

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 s

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. > >

Re: [PHP] Re: PHP & CSS

2003-10-07 Thread Raquel Rice
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 on > what youre trying to do. what are the variables for? to request a > s

Re: [PHP] PHP OOP

2003-10-01 Thread Raquel Rice
On Tue, 30 Sep 2003 19:00:18 -0400 "Geoff Hellstrand" <[EMAIL PROTECTED]> wrote: > I'm working for the first time with object orientated programming > in php and I can't figure out how to access elements or methods > when you place objects inside objects inside other objects. > > my origonal idea

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

2003-09-27 Thread Raquel Rice
On Sat, 27 Sep 2003 20:05:10 -0400 "Damon Kohler" <[EMAIL PROTECTED]> wrote: > Well, it does turn off. At least phpinfo() says that it's off. > However, PHP is acting as though it's still turned on. The source > code for the page I'm using to test this odd result is: > > > I'm running PHP 4.3.3

Re: [PHP] Am stuck

2003-09-25 Thread Raquel Rice
On Thu, 25 Sep 2003 15:09:31 +0200 "Chris Grigor" <[EMAIL PROTECTED]> wrote: > Good day all > > I have a txt file that has values from various strings written to > it. > > What Im looking for is the following > > $name = "Chris'; > > I need to do a count on $name so that it returns 5 letters.

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

2003-09-24 Thread Raquel Rice
On Wed, 24 Sep 2003 07:35:15 +0100 Duncan Hill <[EMAIL PROTECTED]> wrote: > On Tuesday 23 Sep 2003 19:59, Joe Harman wrote: > > Is there a CSV file out there for this > > > > Does anyone know where I can aquire a file that has IP address > > with the corresponding Postal Code? > > How do you hand

Re: [PHP] Accepting data from URL Parameters

2003-09-24 Thread Raquel Rice
On Wed, 24 Sep 2003 10:40:42 -0400 (EDT) Jared Steckel <[EMAIL PROTECTED]> wrote: > I appologize for what may be a newbie-like request, but I have not > been able to find this information in the PHP documentation. > > If I were to have a link on an HTML page such as the following: > > http://www

Re: [PHP] Lifetime with cookie-less sessions

2003-09-24 Thread Raquel Rice
On Wed, 24 Sep 2003 11:42:12 +0200 Cranky <[EMAIL PROTECTED]> wrote: > Hello, > Is it possible to determine a lifetime for the session in the case > of a cookie-less sessions ? > > Thanks for your help. > In my sessions I set an "expire time", which is the current time (unix timestamp) plus the

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?

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 > 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

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 > > >

Re: [PHP] um...

2003-09-19 Thread Raquel Rice
On Thu, 18 Sep 2003 15:37:38 -0400 "R'twick Niceorgaw" <[EMAIL PROTECTED]> wrote: > Comex said the following on 9/19/2003 3:33 PM>> > > > <[EMAIL PROTECTED]> > > [EMAIL PROTECTED]: > > > >>Please contact your system administrator. > >> > >> > >>The scanned document was deleted. > >> > >> > >>Vio

Re: [PHP] Attention: List Administrator

2003-09-19 Thread Raquel Rice
On Fri, 19 Sep 2003 15:39:12 + Curt Zirzow <[EMAIL PROTECTED]> wrote: > * Thus wrote Chris Sherwood ([EMAIL PROTECTED]): > > To Whom it may concern the following users > > > > [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > > > has been flooding me with viruses. fortunately I have the > > appr

Re: [PHP] Returns..

2003-09-19 Thread Raquel Rice
On Fri, 19 Sep 2003 07:53:12 -0400 "Chris Mach" <[EMAIL PROTECTED]> wrote: > Why does it put a space in there? > > It's screwing up my other script which displays just the first 50 > words of the news article by exploding each word into an array. So > /> is showing up after each break. > The

Re: [PHP] browser detector (php side)

2003-09-15 Thread Raquel Rice
On Mon, 15 Sep 2003 13:54:19 +0800 "Louie Miranda" <[EMAIL PROTECTED]> wrote: > Im looking for a browser detector and can redirect to a certain > page if its match something. So far phpsniff is the only thing i > found. > > But i didnt got it to work d redirection part. > > any ideas? > > > -

Re: [PHP] Q on Class and EXTEND

2003-09-03 Thread Raquel Rice
On Wed, 3 Sep 2003 10:05:46 -0700 "Chris Sherwood" <[EMAIL PROTECTED]> wrote: > > <-- snip --> > > > I dont know much about classes, but dont you want > > > > > > $a = new THECHILD('walter'); //so you can access $a->abc > > > > > > instead of > > > > > > $a = new THEPARENT ('walter'); > > > > No,

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 ... location = "newURL.php"; inside the tags. -- Raquel If a ma