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
ng that you have all the answers.
The unsubscribe address is different from the address you send
"replies" to.
Read the headers of the emails which come to you!
List Address: [EMAIL PROTECTED]
Unsubscribe Address: [EMAIL PROTECTED]
--
Raquel
=
quot;[EMAIL PROTECTED]".
I'd suggest 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]
ction everyOtherRow($i, $oddColor = '#e0', $evenColor =
'white') {
if ($i % 2 == 0) {
# even numbered row color
$color = $evenColor;
} else {
# odd numbered row color
$color = $od
at "need" to make this work.
>
> I was just hoping to have a better method of reading the file and
> ignoring the blank lines and the commented lines.
>
> I just have this thing about double level IF statements.
>
> Thanks.
>
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 wh
n 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
>
> RR> I might just add that I can accomplish this very easil
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
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.
> >
make changes via
> the ini file. is this what youre after?
>
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
ide other objects.
>
> my origonal idea 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
===
globals Off Off
>
>
> I'm completely stumped.
>
> Thanks in advance,
> Damon
Did you reload your http server?
--
Raquel
If our words are not consistent
to make it 40 so that it makes the $name like this
>
> $name = "Chris"; <
> if I 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 $n
ding Postal Code?
>
> How do you handle dynamic 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
===
advance for any help you could provide!
>
> Jared
>
Check out the $_GET array.
--
Raquel
What lies behind us and what lies between us are tiny matters
compared to what lies within us.
--Oliver Wendell Holmes
--
Raquel
==
and the user sent to an error page.
$defExpireTime = 3600;
if ($_SESSION['expire'] <= (time() + $this->defExpireTime) {
$_SESSION['expire'] = time() + $this->defExpireTime;
# go ahead with session
} else {
$_SESSI
t;
Is "timestamp" an actual columnname in your table?
--
Raquel
It is easy to take liberty for granted when you have never had it
taken from you.
--M. Grundler
--
Raquel
===
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
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
> > >
. I tried to mail
> the tech contact for opussoft.com ( [EMAIL PROTECTED] as
> listed in whois) but seems his a/c is over quota.
>
> so unless the person from opussoft is unsubscribed from the list,
> we r going to get this mail each time we post to the list.
>
> R'twick
ned document was deleted.
Violation Information:
The subject violated the content filtering rule PHP as subject is a
malacious code - Not Allowed. No attempt was made to repair.
--
Raquel
If God lived on earth, people would break his wi
must use the XML "empty tag" syntax with a
trailing forward slash ("/") before the end bracket (eg.
becomes ). Note the space after the element text and the />.
This is for compatibility with current browsers.
--
Raquel
===
edirection part.
>
> any ideas?
>
>
> -
> Louie
>
Did 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
>
> class Web_child extends WEB_parent
> {
> -- your new and extended code here
> }
>
and then ... to access the class methods and variables of the
parent, you do it through the child.
class THEPARENT
var $originalthis;
function THEPAREN
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 wea
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 PROTECT
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
27 matches
Mail list logo