Posts Tagged ‘picture’

PHP Tutorials: Upload an Avatar/Profile Image (Part 2)

This handy feature lets you incorperate this simple function into your site allowing your users to upload an avatar/profile image!

PHP Tutorial: Email File Attachments [part 02]

WEBSITE: betterphp.co.uk In this part I show you the code for the mail_file() function we created. And here is that wikipedia link I promised: en.wikipedia.org

PHP Tutorial: Email File Attachments [part 00]

WEBSITE: betterphp.co.uk In this video I demonstrate the email file form we will be making in this tutorial.

PHP Tutorials: Upload an Avatar/Profile Image (Part 3)

This handy feature lets you incorperate this simple function into your site allowing your users to upload an avatar/profile image!

PHP Tutorials: Upload an Avatar/Profile Image (Part 1)

This handy feature lets you incorperate this simple function into your site allowing your users to upload an avatar/profile image!

PHP Tutorials: Image upload site: Albums (Part 2)

Add album functionality allowing the user to create, view and delete albums, as well as seeing their contents.

PHP Tutorials: Image upload site: Login (Part 1)

Creating a login script, important if you want your users to use the site!

PHP Tutorials: Image upload site: Albums (Part 1)

Add album functionality allowing the user to create, view and delete albums, as well as seeing their contents.

PHP Tutorials: Image upload site: Register (Part 1)

Showing you how to register a user to the database in order for them to log in.