Advertisment
This tutorial will show you how to use PHP's crypt() function to effectively encrypt a password and later check it against a user's input.
Views: 557 | | by Mathew
PHP - Security
Paso a paso como exportar nuesrta base de datos Mysql a Excel. Ejemplo para bajar y online.
Have you ever been on aim and received a message from one of your friends with a big long URL followed by something like...
The Extensible Markup Language (XML) is a simple, platform-independent standard for describing data within a structured format. XML is not a...
Date and time are used in every Web applications. But formatting a date and time value into a string presentation requires very programming skills....
A very easy unique hit counter, have it on your site in as little as five minutes.
Views: 928 | | by Amy
PHP - Counters
Learn how to make php counter using mysql database and cookies.
Nice tutorial on using the Yahoo search web service with the classes from the Zend framework.
Uploading files to a remote FTP server is very effective while using the cURL library. This short PHP tutorial will show the user how to upload a...
A guide on how to create a simple file uploader using PHP.
Brief step-by-step guide. Master the installation of Wordpress yourself easily.
Used preg match to dynamically insert ad code into content. This way you only have to type out the adsense code once, and if you need to change it,...
An example of how to make a working registration form complete with validation in Flex. Database communication is handled through AMFPHP and PHP.
Today I'll introduce you to CodeIgniter, a framework that does all three. CodeIgniter is an MVC application framework for PHP that gives you a...
I still remember the time I was a PHP beginner, these little constant things were always a source of confusion. I remember attempting to overwrite...
Create a script that creates shortened URLs from large URLs.
Installing Abyss and Confuguring it for PHP. This tutorial teaches you to install the server and other tools needed for development in php.
Learn the basic's of PHP, how to start and what you need
Learn where and how you can use OOP in making strategy MMOGs. Learn how to use OOP effectivley and see working code examples of game-code.
Views: 829 | | by Isac
PHP - OOP
I'm sure it's happened with the best of us. A script suddenly gets stuck in a loop and saps all the memory from the server. However,...