Subscribe to PHP Freaks RSS

User Profile: Crayon Violent

Administrator
Username:
Crayon Violent (forum profile)
Location:
Where You Live.
Email:
No information...
MSN:
No information...
YIM:
No information...
ICQ:
No information...
AIM:
No information...
Website:
No information...

Tutorials

Crayon Violent has written a total of 5 tutorials.

2009 Jan 26
PHP Add Text To Image
by Crayon Violent 12 comments 12345

How to dynamically add text to an image.

2008 Dec 3
PHP Custom List Order
by Crayon Violent 12 comments 12345

This tutorial explains how to make a custom ordered list.

2008 Jun 20
PHP Basic Database Handling
by Crayon Violent 13 comments 12345

In this tutorial, you will learn how to do some basic database queries through php. You will learn how to INSERT, UPDATE, DELETE, and SELECT from a table.

2008 Jun 19
PHP Loops
by Crayon Violent 6 comments 12345

Learn how to use loops to solve problems and reduce amount of coding, and the available loops for doing so.

2008 Jun 18
PHP Basic Pagination
by Crayon Violent 101 comments 12345

Have a whole lot of information? Want to separate it into pages, with first/previous/next/last links? Read on!