Quantcast
Channel: PHPDeveloper.org
Browsing all 11 articles
Browse latest View live

PHPBuilder.com: Preventing spam when using PHP's mail function

Spam has grown into one of the worst problems on the internet today. It effects everyone, even those that guard their email addresses with their lives. Information spreads so fluidly in the bits and...

View Article



Davey Shafik's Blog: Filtering & Escaping Cheat Sheet

Davey Shafik has created a cheat sheet useful for any developer out there using a database, one to remind you of the filtering and escaping techniques to use before putting data into your database or...

View Article

PHPBuilder.com: PHP Filtering with OWASP

On PHPBuilder.com today, there's a new tutorial that looks at a method to protect your PHP applications with the filters the Open Web Application Security Project provides. OWASP (Open Web Application...

View Article

Jacob Santos' Blog: The Sexy Filter Extension and Fear of Regex

Jacob Santos has posted a new entry on his blog today with his own take on regular expressions and their collaboration with the Filter extension in PHP. Regular Expressions are a powerful way to parse...

View Article

Metapundit.net: Code Smells II

Following up from the previous article on the Metapundit.net blog, there's part two of the "Code Smells" series - a look at bad things to do in your code (to make it "smell"). This (and any subsequent...

View Article


Zend Developer Zone: PHP Built in Input filtering

The Zend Developer Zone has a new tutorial posted today by Pierre dealing with one of the things becoming (and should have always been) important to PHP developers - filtering input. Specifically, it...

View Article

Zend Developer Zone: Two Security Tips - Naming Scheme & Input Filtering

The Zend Developer Zone has posted two more handy security tips - one concerning file/directory naming and the other about input validation. From the first tip: Don't rely on obscure names to keep...

View Article

Stubbles Blog: Stubbles 0.1.0 released

The Stubbles framework team has released the latest version of their framework today - Stubbles 0.1.0: The Stubbles team is proud to announce the release of Stubbles 0.1.0. This release is a first...

View Article


Juozas Kaziukenas' Blog: HTML filtering and XSS protection

Juozas Kaziukenas has an example of how to keep you and your application's data safe from prying eyes by filtering input with the HTML_Purifier package. It's really hard to decide what data is...

View Article


Rafael Dohms' Blog: Filtering objects using annotations

Rafael Dohms has an interesting new post to his site today looking at a library he's developed (inspired by the Symfony Validation library) to help filtering values with rules defined in annotations....

View Article

Eric Ritz: BOTW: PHP Array Filtering (Book Review)

In a new post to his site Eric Ritz shares a book review of Sam Hennessey's "PHP Array Filtering" ebook in his "Use Case" series. This week I read "PHP Array Filtering" by Sam Hennessy. My intent was...

View Article
Browsing all 11 articles
Browse latest View live




Latest Images