Close Search Box
Search Box

Search: From:

Close
Newsletter

9Tutorials to your Inbox



In tag:

Using PHP to get prices from Amazon.com

This is a simple tutorial on how to get prices from amazon with their Web services SDK. First you need an amazon SDK account, hop on over here if you haven’t gotten one already.

1,447 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 4.5 out of 5)

Creating an object oriented MySQL abstraction class

In this tutorial I will show you how you can create an object oriented database abstraction class for MySQL database. Besides the basic functions this manager class can summarize total time spent with db connection and query execution and counts how many query were executed.

2,388 views
1 Star2 Star3Star4 Star5 Star (5 votes, average: 3 out of 5)

Image manipulations with PHP5 and GD

Before the release of PHP5 if one wanted to manipulate images by applying filters, you’d have to either use an ImageMagick extension or create complicated matrices which you would then use the imageconvolution function.

2,339 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 2.5 out of 5)

AJAX Generic Form Parser - With Validation

In this tutorial I’ll show you a simple method to pass any HTML form through AJAX without the need to hard code all form fields into the JavaScript or Server Side Script.

3,585 views
1 Star2 Star3Star4 Star5 Star (6 votes, average: 4.5 out of 5)

Creating thumbnail - Resize an image with PHP

In this tutorial I will show you how to resize an image with PHP. You can use this function in your own image gallery implementation or in any other cases when you need to create a thumbnail from your image.

2,567 views
1 Star2 Star3Star4 Star5 Star (1 votes, average: 1 out of 5)

Creating sortable lists with PHP and Ajax

You might have been in a situation before where you had a list of items in your database that needed to be output in a specific order. These items could be anything: perhaps a listing of your favourite movies or your favourite books.

5,367 views
1 Star2 Star3Star4 Star5 Star (11 votes, average: 3.64 out of 5)

Going to the Polls with PHP: Part 2 - Admin panel

The next step in building this application is to provide the administrator with an easy way to add and delete questions and answers from the MySQL database.

2,798 views
1 Star2 Star3Star4 Star5 Star (1 votes, average: 3 out of 5)

Going to the Polls with PHP: Part 1 - The frontside

It’s a polling system for a web site, one which allows you to quickly measure what your visitors think about controversial issues (Kerry versus Bush, to-mah-to versus to-mae-to, that kind of thing).

1,862 views
1 Star2 Star3Star4 Star5 Star (1 votes, average: 5 out of 5)

Preventing Session Hijacking in PHP

You want make sure an attacker can’t access another user’s session. The solution is to allow passing of session IDs via cookies only, and generate an additional session token that is passed via URLs.

2,123 views
1 Star2 Star3Star4 Star5 Star (2 votes, average: 2 out of 5)
Login




Friends' Sites

Contact Us

Categories

Sponsors

Featured Links