| |

| Automatically Grab And Display AWStats Data Posted in PHP > File Manipulation by tutorialgrub on Jun 16, 2011
In this cool tutorial I will show you how to grab the information from AWStats and display it dynamically in any way you want. In the example I have even put it on my desktop! |
| |

| How To Create and Use PHP Classes Posted in PHP > OOP by tutorialgrub on Jun 15, 2011
How to create and use classes in object oriented PHP. Why use object oriented PHP and what advantages does it have? |
| |

| PHP 5 and OOP Posted in PHP > Miscellaneous by tutorialgrub on Jun 13, 2011
Object oriented programming was introduced for the first time in PHP 3. But the subjects is extremely actual again in PHP 5, because the entire concept of the OOP(Object Oriented Programming) was in fact redesigned from scratch for the new version of the language (PHP 5). |
| |

| Create a simple FTP class Posted in PHP > File Manipulation by tutorialgrub on Jun 13, 2011
FTP is well known to all designers/developers to moves files from a local computer to a remote web server, What if you want to copy a file from one server to another? the recommended choice would be to use SSH or telnet but if you don't have access to these then you would download the files via FTP and then upload them to the new location. |
| |

| PHP Code: Simple Encryption Algorithm Posted in PHP > Miscellaneous by tutorialgrub on Jun 13, 2011
This is a very simple Encryption Algorithm that uses the Caesar Shift Decoder (also called the Caesar Cipher). |
| |

| Custom WordPress Login without using a plugin Posted in PHP > User Authentication by tutorialgrub on Jun 12, 2011
In this tutorial we will learn about making a Custom WordPress Login page template without using any plugin but with the use of jQuery. |
| |

| How to create a Captcha in PHP using GD Library Posted in PHP > Security by tutorialgrub on Jun 03, 2011
How to create a Captcha in PHP using GD Library, tutorial plus source available |
| |

| Upload an image and downsize it (in KB`s) using php and GD Posted in PHP > Image Manipulation by tutorialgrub on Jun 01, 2011
In this tutorial I will show you how to upload and then downsize a large image (upto 100kb) to only 1-5kb using php and gd |
| |

| PHP GD Library: Cropping Images whilst Maintaining the Aspect Ratio Posted in PHP > Image Manipulation by tutorialgrub on Jun 01, 2011
An article demonstrating how to crop an image using PHP's GD library, whilst still keeping the aspect ratio as it was originally. This is very clever as it prevents the image from looking stretch. For example, if you resized an image to 80x80 but the original image was wide-screen, then the image would look very much stretched. This article shows you how to get around that and crop images the proper way! |
| |

| Secure File Upload with PHP Posted in PHP > File Manipulation by tutorialgrub on May 29, 2011
PHP makes uploading files easy. You can upload any type of file to your Web server. In spite of security issues that should be addressed before enabling file uploads, the actual mechanisms to allow this are straight forward. In this tutorial we will consider how to upload files to some directory on your Web server. We will also discuss security issues concerned with the file uploading. |
<< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >> Next |