Archive of server

Connecting to an imap server using imap_open Thumbnail

Connecting to an imap server using imap_open

php allows you to do a lot of things including reading your email! This IMAP series will show you how to use the built in imap functions that php has to offer. The first is imap_open

Read MoreView Comments (1)
25Mar2010
Author
Dave
Category
Flash
Tags
, , , ,
Sending dynamic data to server and back in flash Thumbnail

Sending dynamic data to server and back in flash

This tutorial shows you how to send data from flash to php then change the data and send back to flash using LoadVars.

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