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

Anson Cheung: Top 6 security attacks in PHP

Anson Cheung has posted about some security attacks (six of them) that you need to watch out for when developing your apps. Be aware of the most common security threats to PHP applications is the...

View Article



Community News: PHPNW 2012 Tutorial Day Sessions

This year's PHPNW conference is bringing back the tutorial day for this year's event, giving you access to hands-on sessions from several well-known people in the PHP community on a wide range of...

View Article

PHPMaster.com: Amazon DynamoDB: Store PHP Sessions with Load Balancer

PHPMaster.com has a new tutorial posted showing how you can work with the Amazon DynamoDB to store session information from your PHP application (originally posted on CloudSpring). This tutorial will...

View Article

Ibuildings Blog: DPCRadio: A Quickstart to Zend Framework 2

On the Ibuildings blog today they've posted the most recent episode from their recordings at the Dutch PHP Conference (2012) with Enrico Zimual's talk A Quickstart on Zend Framework 2. In this talk we...

View Article

Community News: PHPBenelux 2013 Tutorial Sessions Announced

The PHPBenelux conference has officially announced their tutorials (and speakers for them) for this year's event (happening January 25th and 26th in Antwerp, Belgium): Today we are proud to present...

View Article


PHPMaster.com: 5 More PHP Security Vulnerabilities

On PHPMaster.com there's a continuance of a previous article about security in PHP applications talking about a few more considerations when trying to make things secure. In a previous article, I...

View Article

Ben Ramsey: Writing an Effective Talk Proposal

if you've ever considered contributing to a PHP (or any other technology conference) but weren't sure about how to even get started writing up a proposal for a session, you should check out this...

View Article

Community News: Sunshine PHP Announces Speakers & Sessions!

The Sunshine PHP conference has officially announced their speaker and session lists for next year's event (happening in Miami, Florida February 8th and 9th, 2013). The event will have a wide range of...

View Article


PHPRefresh.com: Managing Sessions and State with PHP

In this new tutorial on the PHPRefresher.com site, Anand Godar walks you through just about all of the session functionality that comes with PHP and includes some code snippets for explanation. Due to...

View Article


PHPMaster.com: 8 Practices to Secure Your Web App

PHPMaster.com has posted a new article with some high level security tips and reminders for PHP developers when wanting to help prevent issues with their applications. The article provides eight tips,...

View Article

SitePoint.com: What Happened when we Talked PHP with the Experts

On SitePoint.com today they've posted the transcript of a "Talk with the Experts" session they did with Lorna Mitchell (instructor of their recent OOP sessions). The transcript includes questions and...

View Article

Josh Adell: Serializing Data Like a PHP Session

In this new post Josh Adell looks at working with PHP sessions and how you can manually encode data to look as if it came from the normal session handling. If you have ever popped open a PHP session...

View Article

Simon Holywell: Improve PHP session cookie security

Simon Holywell has a new post talking about cookie security in PHP, focusing on some of the PHP configuration settings that can help. The security of session handling in PHP can easily be enhanced...

View Article


Zurab Davitiani: PHP Sessions in Erlang Mnesia

In a new post to his site Zurab Davitiani shows you how to use a PHP-to-Erlang bridge to store your sessions in Mnesia. Mnesia is a distributed, soft real-time database management system written in...

View Article

Web and PHP Conference: Let the battle begin! (Vote for what you want to see)

The Web and PHP Conference has officially started their voting process for the sessions in their upcoming conference: Without further ado, ladies and gentlemen... let the battle commence! For this...

View Article


PHPMaster.com: Saving PHP Sessions in Redis

On PHPMaster.com today there's a new tutorial showing you how to store your application's sessions in Redis, a key/value store known for its flexible nature and speed. PHP's default handling of...

View Article

Paul Reinheimer: PHP and Async requests with file based sessions

Paul Reinheimer had a problem - when he was making asynchronous requests back to his server from his frontend (Ajax) there was a slowness he noticed when more than one connection was fired off. In...

View Article


Joseph Scott: Stateless CSRF Tokens

Joseph Scott has a recent post to his site looking at the idea of stateless CSRF tokens and how to create them while avoiding the typical "store them in a session" mentality. This is all fine and good...

View Article

Community News: Laracon EU 2013 Session Videos Posted

If you wanted to attend the Laracon EU that happened in Amsterdam back in August but weren't able to make it, there's good news. They've started posting the videos of the sessions recorded at the...

View Article

DZone.com: PHP Performance Crash Course, Part 2: The Deep Dive

DZone.com has posted the second part of a two-part series looking at increasing the performance of your PHP applications (part one is here). In this new post, he looks at a few topics including...

View Article
Browsing all 31 articles
Browse latest View live




Latest Images