Login | Register | Recent |
 
 

PHP Tutorials

Add a Bookmark

106
Hits
A very nice tutorial for learning REGEX (regular expressions) which can be used in pattern matching in preg or ereg functions.
Posted by: admin | Tags: php regular expression | weblogtoolscollection.com | visit

26
Hits
Excellent tutorial from sitepoint where every PHP programmer must know the most important aspects of PHP security.
Posted by: admin | Tags: php security | www.sitepoint.com | visit

46
Hits
Easy pagination class that takes a PHP array and parses it into an array of pages.
Posted by: pbu | Tags: php array pagination | www.lotsofcode.com | visit

20
Hits
A very useful tutorial on formatting different types of date and time formats using echo in php. A handy guide on using date and time formatting functions.
Posted by: admin | Tags: php date time | www.phptutorial.info | visit

144
Hits
A nice tutorial on PHP with GD library to dynamically add rounded corners to pictures or images and without using Photoshop.
Posted by: admin | Tags: rounded corner php | www.assemblysys.com | visit

32
Hits
Here are 40 videos on how to use Drupal as a content management system (CMS) for your site, inclusive of blogs, ecommerce, sitemap, seo friendly content and more. Drupal is PHP based open source CMS...
Posted by: admin | Tags: drupal video tutorials | www.seoecom.com | visit

32
Hits
Collection of five tips for speeding up your PHP script. There are others in this series on the site, but this one deals with some common issues - is ++$a; or $a++; faster? (according to the site,...
Posted by: admin | Tags: php script optimisation | bitfilm.net | visit

22
Hits
A very nice tutorial on how to dynamically generate flash movies on the fly with PHP and ming library.
Posted by: admin | Tags: php flash movies | www.ibm.com | visit

68
Hits
A beginner's guide to using cURL and PHP by written by Ian Gilfillan. He notes that cURL doesn't come bundled with PHP by default. The examples he gives are good, laying out how to do basic tasks...
Posted by: admin | Tags: curl php examples | www.phpbuilder.com | visit

27
Hits
PHPbuddy.com includes a quick start section, for absolute PHP beginners. It also has information on installing PHP (and MySQL) as well as general articles about PHP. Finally, it includes a section...
Posted by: admin | Tags: php beginner tutorials | www.phpbuddy.com | visit

121
Hits
Pretty useful tutorial i found on how to upload and store image files in a mysql database.
Posted by: admin | Tags: store images mysql | www.fornewbie.com | visit

56
Hits
Most PHP scripts and content management system scripts (CMS scripts) require writable permission 777 (rwxrwzrwz) to be set for certain folders for uploading photos and videos. Many security experts...
Posted by: admin | Tags: file upload security | www.mysql-apache-php.com | visit

Tag Cloud

php date time php flash movies php security php beginner tutorials php script optimisation drupal video tutorials php array pagination file upload security curl php examples php regular expression store images mysql rounded corner php