Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Paul Reinheimer's Blog:
Today's Funcaday (Escaping)
Jan 07, 2008 @ 17:15:00

Paul Reinheimer, one of two behind the funcaday website (providing details on one PHP function each day and special content on the weekends) has posted a supplement to this weekend's posting covering escaping.

The disadvantage with the escape for now, not for later approach is simple. If you save a user's post to the database, then that user's post is displayed 2,000 times there will be some serious differences. [...] You will need to balance your security concerns with performance needs.

The comments on his post back up his suggestions (and include other tips like a recommendation to cache on an even higher level - page blocks).

tagged: funcaday function weekend escaping performance funcaday function weekend escaping performance

Link:

Paul Reinheimer's Blog:
Today's Funcaday (Escaping)
Jan 07, 2008 @ 17:15:00

Paul Reinheimer, one of two behind the funcaday website (providing details on one PHP function each day and special content on the weekends) has posted a supplement to this weekend's posting covering escaping.

The disadvantage with the escape for now, not for later approach is simple. If you save a user's post to the database, then that user's post is displayed 2,000 times there will be some serious differences. [...] You will need to balance your security concerns with performance needs.

The comments on his post back up his suggestions (and include other tips like a recommendation to cache on an even higher level - page blocks).

tagged: funcaday function weekend escaping performance funcaday function weekend escaping performance

Link:

Paul Reinheimer's Blog:
Funcaday
Dec 10, 2007 @ 20:37:00

Paul Reinheimer and Courtney Wilson have put together a new PHP project - the Funcaday

I am proud to announce the launch of the funcaday project with my graphic design buddy Courtney Wilson. The goal of the project is to showcase a new PHP function each weekday, then a new concept, term, or technique each weekend.

There's even a feed you can subscribe to to get your daily fix of function-ness. Today (the inaugural day of the site), the function is pathinfo.

tagged: funcaday calendar function feed daily funcaday calendar function feed daily

Link:

Paul Reinheimer's Blog:
Funcaday
Dec 10, 2007 @ 20:37:00

Paul Reinheimer and Courtney Wilson have put together a new PHP project - the Funcaday

I am proud to announce the launch of the funcaday project with my graphic design buddy Courtney Wilson. The goal of the project is to showcase a new PHP function each weekday, then a new concept, term, or technique each weekend.

There's even a feed you can subscribe to to get your daily fix of function-ness. Today (the inaugural day of the site), the function is pathinfo.

tagged: funcaday calendar function feed daily funcaday calendar function feed daily

Link:


Trending Topics: