People, people:
    In general, I do agree, that when a post starts with " ... but i am getting lazy"
I find it a little lazy. Well, it even claims to be lazy.
    However, there have been a bunch of instances of newbie-attacks on this list
lately, and if that's the type of environment this is going to end up creating, I
might as well unsubscribe right now. I generally try to ignore messages that make me
"get a bit peeved," not lash out at the people who write them. There have been a few
instances where I posted a meaningful question, and no one took the time to answer.
Perhaps because we're too busy responding (negatively or positively) to simpler
questions, or maybe because Mercury was in retrograde. Made me figure it out myself
(which is an excellent thing.)
    But yes, not only RTFM, download a copy of it. Wallpaper your house with it. Burn
it on CD and distribute it to your friends. Sell it on the street for $1 (or euro).
Make a php site mirror in your closet. Read the last 5 messages on the list that have
"date" in the title. Type "php adding dates" into google. Sell guns to third-world
countries to finance your php-support-question habit, and pay Zend and MySQL AB to
answer your questions. Read Julie Meloni articles when you're on the can. Sit on the
beach and ponder more efficient ways to addslashes() and stripslashes() using
functions. There's tons of resources out there.

my two cents.
-db

DL Neil wrote:

> Hear, hear!
> =dn
>
> > Yep, maybe it is, but when a post starts with " ... but i am getting lazy",
> > I get a bit peeved. The implication is "Do my work for me."
> >
> > It's different when the context is I want to do this ...  tried this ...
> > results aren't right ... please help.
> >
> > Miles
> >
> > At 06:04 PM 1/13/2002 -0800, Daniel Barton wrote:
> > >Miles,
> > >Hmm... "RTFM!" ..
> > >That's a pretty unproductive post.
> > >
> > >Pedro,
> > >There are two PHP functions that will suffice. date() and mktime().
> > >
> > >I've cut and pasted this from the PHP manual:
> > >
> > >$tomorrow  = mktime (0,0,0,date("m")  ,date("d")+1,date("Y"));
> > >$lastmonth = mktime (0,0,0,date("m")-1,date("d"),  date("Y"));
> > >$nextyear  = mktime (0,0,0,date("m"),  date("d"),  date("Y")+1);
> > >
> > >That should do the trick.
> > >
> > >-db
> > >
> > >Miles Thompson wrote:
> > >
> > > > RTFM!
> > > >
> > > > At 12:17 AM 1/14/2002 +0000, Pedro M. S. Oliveira wrote:
> > > >
> > > > >Hi all, first of all i'm sorry to ask this but i am getting lazy and i bet
> > > > >you all can answer me in a couple of code lines.
> > > > >i want to add some days to the the result of the date php function.
> > > > >how can i had lets say 3 days?
> > > > >ex:
> > > > >(pseudo code)
> > > > >
> > > > ><?
> > > > >$date =date(yyyy,mm,dd);
> > > > >$date =date(yyyy,mm,dd) + 3days;
> > > > >echo $date;
> > > > >echo "thank you all";
> > > > >?>
> > > > >
> > > > >Thanks
> > > > >Pedro
> > > > >
> > > > >
> > > > >--
> > > > >PHP Database Mailing List (http://www.php.net/)
> > > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > > >
> > > > --
> > > > PHP Database Mailing List (http://www.php.net/)
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> > >
> > >--
> > >----------
> > >Dan Barton
> > >Terrestrial Program Biologist
> > >Asst. Data Manager
> > >Point Reyes Bird Observatory
> > >http://www.prbo.org
> > >[EMAIL PROTECTED]
> > >[EMAIL PROTECTED]
> >
> >
> > --
> > PHP Database Mailing List (http://www.php.net/)
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > To contact the list administrators, e-mail: [EMAIL PROTECTED]
> >
> >
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

--
----------
Dan Barton
Terrestrial Program Biologist
Asst. Data Manager
Point Reyes Bird Observatory
http://www.prbo.org
[EMAIL PROTECTED]
[EMAIL PROTECTED]



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to