Archive of 2010 January

11Jan2010
Author
Dave
Category
PHP
Tags
, , , , ,
Limit the amount of characters from a MySQL Query Thumbnail

Limit the amount of characters from a MySQL Query

Tutorial to limit the amount of characters from a MySQL query.

Read MoreLeave a Comment
10Jan2010
Author
Dave
Category
PHP
Tags
, , , ,
Login Script with Validation Thumbnail

Login Script with Validation

A login script tutorial to log users into your database driven site using sessions

Read MoreLeave a Comment
08Jan2010
Change file permissions dynamically with php Thumbnail

Change file permissions dynamically with php

A tutorial to change file permissions dynamically with php

Read MoreLeave a Comment
03Jan2009
Author
Dave
Category
PHP
Tags
, , , ,
Split a string into parts using explode Thumbnail

Split a string into parts using explode

A tutorial to split a string into parts using explode.

Read MoreLeave a Comment
03Jan2009
Author
Dave
Category
PHP
Tags
, , , ,
Delete folders from server using PHP Thumbnail

Delete folders from server using PHP

A tutorial to create a function to delete folder and all sub folders from the server.

Read MoreLeave a Comment
03Jan2009
Author
Dave
Category
Flash
Tags
, ,
Motion tween with actionscript Thumbnail

Motion tween with actionscript

If you ever wanted to do a motion tween with actionscript this tutorial will be very useful.

Read MoreLeave a Comment
03Jan2009
Author
Dave
Category
htaccess
Tags
, , ,
Custom error pages with htaccess Thumbnail

Custom error pages with htaccess

A tutorial to enable custom error pages with an htaccess file. Note htaccess files only work on a linux server To create an htaccess file open notepad or any plain text editor and save the file as .htaccess, if using notepad make sure the file type is set to all files or you will create a txt file.

Read MoreLeave a Comment
03Jan2009
Override file upload sizes with a htaccess file Thumbnail

Override file upload sizes with a htaccess file

A tutorial to override file upload sizes an htaccess file. Note htaccess files only work on a linux server By default you can only upload files up to 2MB in file size but this can be increased with an htaccess file.

Read MoreLeave a Comment