Re: [nyphp-talk] Fastest PHP Writing

2010-03-17 Thread drydell
whenever I need efficient high concurrency writes, I use error_log()...- Original Message -From: CED Date: Wednesday, March 17, 2010 7:46 pmSubject: [nyphp-talk] Fastest PHP WritingTo: NYPHP Talk > List,> > I am doing some tests on PHP write speeds and concurrency and > was > wondering i

Re: [nyphp-talk] Disappearing $_SESSION variables after using header ()

2008-11-25 Thread drydell
> Also, and I think that is in one of the annotations on php.net for header(),> > when using the header() redirect explicitly write the values to the session> > (of course I forgot the command for that).session_write_close(); ___ New York PHP User Group

Re: [nyphp-talk] [OT] SQL Query

2008-02-04 Thread drydell
select id, max(version) from table group by id- Original Message -From: Ben Sgro Date: Monday, February 4, 2008 12:33 pmSubject: [nyphp-talk] [OT] SQL QueryTo: NYPHP Talk > Hello All,> > I have a table that includes an id (not unique and a version).> > A unique row is identified by both

Re: [nyphp-talk] Using Pagination

2007-08-23 Thread drydell
actually, the most effective technique is very simple... all you need is a query, the page number you want and the number of items on a page.First execute your query but don't fetch the resuts. Keep in mind is that executing a query takes a fraction of the time & resources it takes to fetch the

Re: [nyphp-talk] OOP Error/Question

2007-07-27 Thread drydell
variables can be defined as static also...- Original Message -From: "Ben Sgro (ProjectSkyLine)" Date: Friday, July 27, 2007 10:52 amSubject: Re: [nyphp-talk] OOP Error/QuestionTo: NYPHP Talk > Hello Andy, > > I tried your 1st, quicker method, I get:> > PHP Fatal error: Access to undecla

Re: [nyphp-talk] OOP Error/Question

2007-07-27 Thread drydell
you're calling Error statically, so there can't be any object instance references... instead of $this->Backtrace(), use self::Backtrace();- Original Message -From: "Ben Sgro (ProjectSkyLine)" Date: Friday, July 27, 2007 10:10 amSubject: [nyphp-talk] OOP Error/QuestionTo: NYPHP Talk > Goo

Re: [nyphp-talk] testing a theory

2007-02-07 Thread drydell
> > Best of luck! google is your friend, heh.> >Unless you've owned their stock > > for the past week or so  ;) ___ New York PHP Community Talk Mailing List http://lists.nyphp.org/mailman/listinfo/talk NYPHPCon 2006 Presentations Online http://www.nyphp