-
-
8:14
»
Good PHP Tutorials - New Tutorials
A common feature found on many websites upon user registration are random passwords. This tutorial will walk you through a script that generates a random password to a given length.
-
8:14
»
Good PHP Tutorials - New Tutorials
This article examines how PHP handles passing of variables internally, as well as how this relates to memory usage. This information is can be very useful for any professional PHP developer as it shows how passing variables by reference will normally result in more (not less) memory being used.
-
8:14
»
Good PHP Tutorials - New Tutorials
The tests were run on a 1.8Ghz AMD sempron computer with 512Mb RAM running Ubuntu Gutsy (7.10) Desktop.
-
8:14
»
Good PHP Tutorials - New Tutorials
If you run a serious webpage where you save login information for your members to a database it is generally a very good idea to perform some kind of encryption on these password to prevent the information to be shared in case your datebase would be hacked. This tutorial shows you how to do this.
-
8:14
»
Good PHP Tutorials - New Tutorials
Showcasing how jQuery can be used in combination with the most popular templating engines for PHP and a popular PHP framework with a simple example.
-
-
23:34
»
Good PHP Tutorials - New Tutorials
Shows how you can extend the Zend DB Table which is an important part of the popular PHP framework, in order to do less database coding.
-
23:34
»
Good PHP Tutorials - New Tutorials
A recent conversation with a Zend employee revealed some good news for PHP and Google App Engine...
-
23:34
»
Good PHP Tutorials - New Tutorials
With WEB 2.0 fast approaching we are scurrying to make our sites ready for the change. Adding syndicated content to get a deeper reach in to this web is one way to get started. In this tutorial i will show you how to make your own RSS 2.0 content Feed using Object Orientated Programming for your website. At the end of the tutorial there will also be the full script for you to learn by example or just cut out the middle man and use it.
-
-
19:55
»
Good PHP Tutorials - New Tutorials
This tutorial explains how to check username availability in ajax and php using jquery's fading effect for showing the various messages...
-
19:55
»
Good PHP Tutorials - New Tutorials
Have you ever wanted to know when Google crawls your website? Well now you can using a simple PHP script which emails you everytime GoogleBot crawls your site.