| |

| Php file upload Posted in PHP > File Manipulation by tutorialgrub on Dec 17, 2011
In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage which files may be uploaded. |
| |

| Viewing All Files in a Directory Posted in PHP > File Manipulation by tutorialgrub on Dec 04, 2011
Learn how to create a simple script to view the contents of a directory. |
| |

| How to Authenticate Users With Facebook Connect Posted in PHP > Security by tutorialgrub on Dec 03, 2011
Lately, there’s been quite a fuzz about lazy registration. It turns out that the less the user has to think, the higher the conversion rates are! What a thought! If everybody seems to have a Facebook profile, why not add a one-click user registration? I’ll show you how to do that today. |
| |

| Tutorial: Storing Images in MySQL with PHP Posted in PHP > Image Manipulation by tutorialgrub on Nov 29, 2011
In this tutorial I will show you how to store binary images (or any binary file) in MySQL using PHP. |
| |

| Simple Login-Logout System with MySQL and Authentication Posted in PHP > Cookies and Sessions by tutorialgrub on Nov 29, 2011
A very basic easy to follow tutorial on creating a login system using sessions with a MySQL database. |
| |

| Creating a menu system Posted in PHP > Site Navigation by tutorialgrub on Nov 29, 2011
In this tutorial I will show you how to create a simple menu system with 2 levels. You can easy integrate it into your site to get a nice and easy editable site navigation system. |
| |

| Simple XOR Encryption Algorithm Posted in PHP > Security by tutorialgrub on Nov 21, 2011
XOR Encryption is a simple symmetric cipher in use in many applications where security is not a defined requirement. Exclusive-OR ( XOR ) encryption is almost unbreakable through brute force methods, although it is susceptible to patterns, it requires that both encryptor and decryptor have access to the encryption key, but the encryption algorithm although very simple is nearly unbreakable. |
| |

| How to automate tubepress Posted in PHP > Cookies and Sessions by tutorialgrub on Nov 13, 2011
Goes through and amends a code example and teaches how you can further amend the code so to create an automated video site for wordpress using Tubepress addon. |
| |

| Integrating Two-Factor Authentication with CodeIgniter Posted in PHP > Security by tutorialgrub on Oct 26, 2011
With the recent string of high profile break-ins (hacks) at Sony and other companies, it’s time you took a second look at the security of your website. Two-factor authentication is a step in the right direction to securing your website from attackers. In this tutorial, we’ll take a look at implementing this in our CodeIgniter application. |
| |

| How to Create a Random Password for Users Posted in PHP > Security by tutorialgrub on Oct 25, 2011
This tutorial shows you how to create an 8-character random password to send to implement into your user-management system. |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >> Next |