Sending SMS From Your Website
I have noticed that the number of websites that have the option to alert their users via text messages. This article explains how to easily add this option to your website. 10 Hits |
Comments |
Ratings (0)
Defining your World: All About Constants
Learn about using constants in PHP and the differences between PHP4 and PHP5 constants. 8 Hits |
Comments |
Ratings (0)
Creating a UPS Shipping Calculator
This tutorial will teach you how to calculate the shipping cost based on the weight, height, length and depth of the box, the distance and the UPS service type. 5 Hits |
Comments |
Ratings (0)
Storing Multi-dimensional Arrays in a File
In this tutorial I will show you how to store a multidimensional array in a file and how to retrieve these data. With this method you can imitate a very basic database functionality. 5 Hits |
Comments |
Ratings (0)
AJAX/PHP Rating Script
In this tutorial we will learn how to implement a rating system to a blog using AJAX and PHP technologies. 4 Hits |
Comments |
Ratings (0)
Algorithm to Control Row/Column Output from MySQL
This is a simple tutorial that shows you how to make information or images(in this case buttons) display in a specific number columns per row using a specific algorithem and loop. 5 Hits |
Comments |
Ratings (0)
Mastering Regular Expressions in PHP
A regular expression is a pattern that can match various text strings. In this tutorial I will show you how regular expressions work in PHP, and give you a short introduction on writing your own regular expressions. 6 Hits |
Comments |
Ratings (0)
ISO to UTF-8 Tutorial
Searching the web for a problem I face on a greek site about encoding, I found a very useful PHP class which changes the charset of a variable. 6 Hits |
Comments |
Ratings (0)
A Template Framework for Static Sites
Use templates to control the page layout for a site that is currently composed of many pages of static HTML, using a popular template class and a new feature of PHP4. 23 Hits |
Comments |
Ratings (0)
How to Encrypt User Info with PHP
Encrypt user passwords before storing them in your database to ensure the security of your user's data. 14 Hits |
Comments |
Ratings (0)
CSRF POST Token Protection
Learn about Cross Site Reference Forgery (CSRF) and how the trust a site has for a user can be exploited and ways to prevent CSRF. 28 Hits |
Comments |
Ratings (0)
PHP Login Script Tutorial
I have put together 5 simple steps to help you get your PHP login script up and running in minutes. 11 Hits |
Comments |
Ratings (0)
Protecting Your PHP/MySQL Queries from SQL Injection
SQL injection is a serious concern for webmasters, as an experienced attacker can use this exploit to gain access to sensitive data or cripple your website. Learn how to protect against SQL Injection Attacks. 18 Hits |
Comments |
Ratings (0)
Securing Your HASH
Commonly the practise of securing password is by hashing the password using different alogrithm available like MD5, SHA1, SHA256, etc. When our hash get into the wrong hand it can be cracked using online or offline crackers. 11 Hits |
Comments |
Ratings (0)