In this tutorial, we'll see how the PHP server-side scripting language can be used to send email, and explore how to send complex message types such as HTML email or emails with file attachments.
For convenience we will be using PHPMailer in this tutorial.
PHPMailer is a class for ...
Archive for December, 2007
Written by Gertjan on December 27th, 2007
Written by Gertjan on December 20th, 2007
Ever wonderd how to display how many visitors you have online. In this tutorial i will show you an easy but effective way to display the amount of online visitor's.
Written by Gertjan on December 16th, 2007
Want to export your Mysql data to a CSV(comma seperated value) file? In this tutorial i will show you how to export your data from Mysql into a CSV file.
Written by Gertjan on December 8th, 2007
Want to export your cutenews posts to a mysql database? In this tutorial i will show you how to export your posts from cutenews into a mysql table.
Written by Gertjan on December 8th, 2007
Remote Desktop allows you to connect to your computer from another and use it as if you were sitting in front of it.
There are several other applications besides Windows XP Remote Desktop that will allow you to remotely connect to another computer on your local network or via the ...
Written by Gertjan on December 6th, 2007
In this tutorial i will teach you how you can upload files to your website using PHP. I will teach you the basics and show you how to manage witch files may be uploaded.
A very useful aspect of PHP is its ability to manage file uploads to your server. Allowing ...
Written by Gertjan on December 6th, 2007
Learn to create a simple login system with php and mysql in 7 simple steps:
Requirements:
Mysql database
a php & mysql enabled host
ftp access to your website
Overview
Steps:
Creating the mysql table
Creating a db_connect.inc.php file
Creating the html login form
Creating the login.php file
Creating the logout.php file
Creating a function.inc.php file
Adding the script to index.php