Re: [PHP] Macs and PHP

2001-02-18 Thread Jesse Swensen
Another thing to look for is JavaScript. There have been several sites I have visited (I am also a big Mac user), that use a lot of JavaScript that will break on IE 5 for the Mac. -- Jesse Swensen [EMAIL PROTECTED] > From: Michael Stearne <[EMAIL PROTECTED]> > Date: Sun, 18 Feb 2

Re: [PHP] help with classes

2001-02-13 Thread Jesse Swensen
t;; > > $cls = new foo(); > $cls->mymethod(); > echo $cls->bar; > > echo ""; > ?> This can be simplified by: bar = $foo; } } $foo = "Hello World"; $cls = new Foo($foo); echo $cls->bar; ?> -- Jesse Swensen [EMAIL PROTECTED] --

Re: [PHP] Regex help needed...

2001-02-12 Thread Jesse Swensen
on 2/12/01 4:30 PM, Christian Reiniger at [EMAIL PROTECTED] wrote: > On Monday 12 February 2001 21:08, Jesse Swensen wrote: >>>> This should be a quick one, but I can't seem to wrap my brain around >>>> it. All I need to do is replace leading or trailing spaces

Re: [PHP] Regex help needed...

2001-02-12 Thread Jesse Swensen
on 2/12/01 1:01 PM, Jason Stechschulte at [EMAIL PROTECTED] wrote: > On Mon, Feb 12, 2001 at 12:15:04PM -0500, Jesse Swensen wrote: >> This should be a quick one, but I can't seem to wrap my brain around it. >> All I need to do is replace leading or trailing spaces with under

[PHP] Regex help needed...

2001-02-12 Thread Jesse Swensen
This should be a quick one, but I can't seem to wrap my brain around it. All I need to do is replace leading or trailing spaces with underscores. If there is spaces in between words, leave them alone. Suggestions? -- Jesse Swensen [EMAIL PROTECTED] -- PHP General Mailing List

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Jesse Swensen
Sounds like you may be missing a piece of a table. Make sure all your table, tr, td type tags have a closing tag. IE is more forgiving... -- Jesse Swensen [EMAIL PROTECTED] > From: "Erik Boles" <[EMAIL PROTECTED]> > Organization: rocky Mountain Web Tech > Reply