grab goodphptutorials's rss feed
for saved articles
Cookies a Quick Glance
in PHP added by goodphptutorials, on 2/12/2005 beginner tutorials cookies session user
Sometimes it becomes necessary to track certain user details
comment save reportBuild a People Online Counter with PHP and MySQL
in PHP added by goodphptutorials, on 3/12/2005 counter databases mysql stats tracking visitors
Building a counter is easy. Building a counter that will tell you how many people have been on your website in the last five minutes takes a little more planning
comment save reportSecuring Forms with Random Noisy Images
in PHP added by goodphptutorials, on 21/1/2006 capatcha form image process security user validation
This tutorial is intended for those who want to ensure that the data retrieved by a form processor PHP is sent by the expected form, not another application or by hand. An understanding form data processing is assumed. A basic knowledge of image creation and manipulation functions is also required.
comment save reportComment Board
in PHP added by goodphptutorials, on 11/2/2006 board comment content management forum thread
This is a three-part tutorial that shows you hwo to make a comment/discussion board using PHP and mySQL. There are three files: comments.php, which displays the comments, commentadd.php, which processes the comment, and commentform.html
comment save reportProgramming eBay Web Services with PHP 5
in PHP added by goodphptutorials, on 3/11/2006 api ebay networking php5 webservices
Over the last ten years, eBay has emerged as a platform where people can buy and sell practically anything. With more than 135 million users worldwide, eBay is a thriving online marketplace. Best of all, eBay isn't constrained by HTML. By using eBay's web services APIs, members of the eBay Developers Program can hook into the eBay platform using XML to integrate eBay into their own applications.
comment save reportAnti-spam techniques in PHP, Part 1
in PHP added by goodphptutorials, on 6/11/2006 advanced tutorials
This short series of articles provides a few simple techniques for protecting yourself and your web site from spammers.
comment save reportAnti-spam techniques in PHP, Part 2
in PHP added by goodphptutorials, on 7/11/2006 advanced tutorials
This short series of articles provides a few simple techniques for protecting yourself and your web site from spammers.
comment save reportPro PHP Security / Preventing SQL Injection
in PHP added by goodphptutorials, on 12/11/2006 security
PHP is an extremely powerful yet easy-to-learn scripting language, affording even relatively inexperienced programmers the opportunity to create complex, dynamic websites. It is, however, notoriously difficult to ensure privacy and security of internet services.
comment save reportMySQL(blob-storage) Image Gallery
in PHP added by goodphptutorials, on 14/11/2006 file handling
Example of photo-gallery script, which uses MySQL table (BLOB field) to store images. Trivial password-protection, uploading and deleting images are supported. For Apache-version of PHP there is advanced browser-caching support (using If-Modified-Since header).
comment save reportUser Proofing Ajax
in PHP added by goodphptutorials, on 25/12/2006 AJAX JavaScript advanced tutorials
We've all felt the clean slickness of a well-oiled Ajax app. But think back to the last time something went wrong while you were using an Ajax app: how did it feel?
comment save reportAJAX Chat Tutorial Part 1: Introduction
in PHP added by goodphptutorials, on 28/12/2006 AJAX JavaScript Zend advanced tutorials
This tutorial is a step by step introduction to creating a lightweight chat application using XML as a storage medium.
comment save reportThe 10 mistakes you should avoid with PHP
in PHP added by regindk, on 10/1/2007 advanced tutorials mysql php security
A list of the 10 most common mistakes done by PHP developers and how to avoid them.
comment save reportIntegrating Textile And GeSHi
in PHP added by goodphptutorials, on 21/1/2007 code highlighting content management geshi markup textile
This short tutorial will show you how to integrate Textile (a mark up language for PHP) with GeSHi (a code highlighter). This tutorial is for anyone who wants to create a CMS (content management system).
comment save reportSimple PHP/MySQL Pagination
in PHP added by goodphptutorials, on 3/2/2007 databases mysql pagination
Learn how to implement pagination for results from a MySQL database. Full code for a php pagination class is presented.
comment save reportDynamic Thumbnails from Websites
in PHP added by finalwebsites, on 15/2/2007 file media php thumbnail web service
This tutorial will show you how to create dynamic thumbnails from websites using the thumbnail service Girafa.
comment save reportFast PHP Tutorials - Part 1
in PHP added by goodphptutorials, on 2/3/2007 beginner beginner tutorials curl fast soap tutorial wsdl xml
These series of tutorials will start teaching PHP from scratch and will go to the extreme limit of PHP programming including its working with other tools like XML, cURL, AJAX, SOAP and WSDL etc.
comment save reportPHP IDE Roundup
in PHP added by goodphptutorials, on 6/4/2007 IDE debugger editor general php editors review
I'm going to talk about integrated developement environments (IDE) for PHP. First, IDEs are not text editors, such as emacs, vim, or notepad. IDEs offer an all-in-one solution for you coding work; they contain a code editor, debugger, allow you to preview your code in an embedded browser, and they make it easy to check in your code into you version control.
comment save reportDrop Shadows with GD Library
in PHP added by PartDigital, on 29/4/2007 drop shadow dynamic image media photoshop thumbnail
Learn how to create drop shadows easily with GD Library and Photoshop
comment save reportSave bandwidth with PHProxy and ip2nation
in PHP added by finalwebsites, on 8/7/2007 advanced tutorials database proxy
If your website becomes a little busy the websites bandwidth becomes very valuable. With the proxy script PHProxy and the data from ip2nation it's very easy to block visitors and safe this way used bandwidth from countries which are not from your target group. In this tutorial you will learn how to add the required code to your proxy website.
comment save report