Build a PHP Link Scraper with cURL By Marc Plotz
Use cURL and PHP to build a robot that scrapes links from web pages and dumps them in a database. Just use it responsibly.
PHP Module Programming with OXID eShop CE By Andreas Ziethen
Learn the fundamental principles of PHP module development with a working example of using a custom module to tweak the OXID eShop e-commerce product.
Create a CAPTCHA Script with PHP By Octavia Andreea Anghel
Create your own simple CAPTCHA with PHP to protect your site from spammers and bots.
Build an MVC Framework with PHP By Keith Vance
By combining the power of PHP with a nice templating system such as Smarty and a powerful database such as PostgreSQL, you can cleanly isolate the viewer of your application from the data model and controller.
Storing LOB Greater Than 4kb in Oracle Database using PHP By Rajeev Rakesh
Oracle databases have a limitation that more than 4kb of data cannot be stored in-line for any LOB data type. This article will show you how to store more than 4kb of data using out-of-line storage!
Security Concerns when Developing PHP Applications By Marc Plotz
Security concerns are always important when developing applications. This article will discuss navigation, form submissions and session management through the use of GET, POST, SESSION and Cookies with security in mind!