Latest PHP Tutorials 20 Latest PHP Tutorials from CleverTutorials.com http://clevertutorials.com/category/PHP Scanning Folders with PHP Learn how to scan folders using PHP http://clevertutorials.com/go/1931 Image Uploading With Auto Thumbnails Using PHP In many scenarios you cannot escape uploading images when you develop a php script. This tutorial details how you can upload images using php and auto creates thumbnails on image upload. http://clevertutorials.com/go/1897 Working with dates and times in PHP When developing more complex PHP sites, especially forums, discussion boards and blogs where date and time functions are important, you’ll regularly encounter situations where you need to display and manipulate values based around the current date and time. PHP includes a range of functions which can help you to easily format and adjust your date and time displays to suit your needs. In this tutorial, we’ll look at some easy ways to display calendar information for your visitors. http://clevertutorials.com/go/1818 PHP Image manipulation with GD2 One of the more surprising things you can learn about PHP is that it’s actually very useful when it comes to manipulating images of varying filetypes and formats. And a good thing too, since a lot of the internet is made up of pictures! The functionality of PHP in terms of image manipulation ranges from very simple resizing of images through to more complex effects and functions using image libraries such as ImageMagick http://clevertutorials.com/go/1817 Reporting and handling errors in PHP When developing a PHP project, whether it’s a simple website or a much larger web application, it’s always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer. http://clevertutorials.com/go/1816 Classes and Object-Oriented Programming in PHP In this tutorial I'll introduce you to the concept of Classes and Objects in PHP. To put it simply, an Object in the context of programming languages is a data structure which can contain any number of variables and functions all held together under a Class name. This Class can then be created in the normal scope of the code and stored inside a new variable, and multiple copies of this same class can be created. This allows for an even greater level of code encapsulation, allowing more complexity to be accessed from simple commands. http://clevertutorials.com/go/1815 Umkreissuche Wie erstelle ich eine Umkreissuche mit PHP? http://clevertutorials.com/go/1814 Use Javascript alertbox in php. Powerful debugging technique Tutorial on you how to display the values of php variables in an alertbox/message box .Extremely useful php debugging technique.Check the intermidiate state of php values while the code is running. http://clevertutorials.com/go/1789 How to make a string safe for display in php The internet is not safe. It never will be. We will always have trolls and spammers, but even worse: Hackers. Luckily, you can fight these as a webmaster. The most common reason how your website gets hacked, is via user input that gets displayed. I’ll show you how to avoid this with a fairly simple script. http://clevertutorials.com/go/1766 PHP MySQL Improved PHP MySQL Improved introduction and guide http://clevertutorials.com/go/1717 MySQL Tutorial MySQL tutorial step by step with practical examples. It very useful for you to start program PHP/MySQL. http://clevertutorials.com/go/1684 Dynamic AJAX page content This tutorial will show you how you can dynamically change the contents of your web pages with the click of a link by using a little bit of AJAX and JavaScript. http://clevertutorials.com/go/1643 Tutorial: PHP Simple Banner Rotator Tutorial on creating a simple banner rotator using PHP http://clevertutorials.com/go/1613 Rounded corners with CSS (2 methods) There are plenty of solutions to having rounded corners in your designs but which is best? This tutorial covers the main methods using CSS, a few images and a little touch of magic. http://clevertutorials.com/go/1602 Online user counter Ever wanted to know exactly how many people are on your web site at any given time? This tutorial will teach you how you can create a script which will tell you exactly that. http://clevertutorials.com/go/1598 Tutorial: Viewing images from MySQL Blob Display images stored in a MySQL Blob (binary). http://clevertutorials.com/go/1596 Creation of Captcha Part II - Secure Forms Create Captcha using Secure Forms http://clevertutorials.com/go/1595 A free contact form for your website that alerts you by 'text message' on your cell phone when you have a new message This video tutorial will walk you through setting up a contact form that alerts you by text message (sms) when you have a new email. It’s easy to setup and it’s free. http://clevertutorials.com/go/1591 Center align text with GD This tutorial will teach you how to align a text string so that it is in the center of your image vertically, horizontally or both. http://clevertutorials.com/go/1577 Create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL This tutorial explains how to create database driven (dynamic) website with Dreamweaver CS3, PHP and MySQL. http://clevertutorials.com/go/1565