Advertisment
Learn how to grab the FLV videos used in YouTube, download and save them to your hard-drive. Surprisingly it's within YouTube's Terms of...
The tutorial will teach us how to generate a random password every time the function is called.
This tutorial will show you how to redirect your affiliate links using a PHP script and a simple edit to your .htaccess file. For some reason users...
Views: 882 | | by Stephen
PHP - Redirection
This tutorial will show you how to build the administrative backend as well as the display frontend of a button link system.
One of the defining features of PHP is the versatility it offers for connection to, and manipulation with, databases. In this article, we look at...
This article focuses on the document that can be generated using PHP namely Rich Text Format (RTF). Rich Text Format (RTF) is a file type used to...
PHP, which stands for 'Hypertext Preprocessor', is a server-side scripting language used for creating HTML embedded dynamic Web pages....
Learn how to create image drop shadows easily with GD Library and Photoshop.
PHP Headers and their uses explained.
Try this tutorial to create web form to send e-mails to ONE e-mail address without having problems with spambots. The e-mail is send with SMTP and...
Learn how to create a MAIL FORM using PHP and HTML.
Create a dynamic bar chart with PHP and GD Library.
Learn how to separate large texts and stories into pages containing X sentences each.
We all want to have as many statistics about our site usage, right? Trouble is thousands of webmasters using free web hosts haven't access to...
Views: 894 | | by Adam
PHP - Counters
This incredibly simple code will take a date and work out the number of days until that date, it can also be displayed as seconds, hours, weeks,...
Learn to make unique-per-user salts to create un-bruteforceable passwords. This method will prevent brute forcing from online md5 databases and...
Views: 825 | | by Ben
PHP - Security
This tutorial is a SIMPLE rank / top players system for beginner users that updates once every hour or so (or however often you set it to).
Learn to create a dynamic minimap to show the locations of players in a PHP Browser Based Game.
Cropped thumbnails look much better than images that have simply been resized. Click here to learn how to create a cropped thumbnail with a double...
Learn how to use output buffering in PHP. Great example and explanation what it is and how to use it.