Archive

Archive for December, 2007

Sending emails with php – php tutorial

December 27th, 2007 Gertjan 14 comments

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 PHP that provides a package of functions to send email. The two primary features are sending HTML Email and e-mails with attachments. PHPMailer is an efficient way to send e-mail within PHP.

Read more…

how many visitors online – PHP tutorial

December 20th, 2007 Gertjan 32 comments

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.

Read more…

Export Mysql data to CSV – PHP tutorial

December 16th, 2007 Gertjan 102 comments

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.

Read more…

cutenews export to mysql – php tutorial

December 8th, 2007 Gertjan 30 comments

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.
Read more…

Categories: PHP Tags: , , , , ,

Setting up remote desktop

December 8th, 2007 Gertjan No comments

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 Internet. However, the best thing about Windows XP Remote Desktop is that it is included in Windows XP. Other applications typically involve buying and downloading the software, then configuring the built-in Windows Firewall. it is probably the easiest to use remote connection application you will find.

Read more…

php file upload

December 6th, 2007 Gertjan 24 comments

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 users to upload a file to your server can be a security risk, so please be careful when uploading files.
Before you can use PHP to manage your uploads, you must build an form that lets users select a file to upload.

Read more…

Categories: PHP Tags: , , , ,

Creating a simple login script with php and mysql

December 6th, 2007 Gertjan 81 comments

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:

  1. Creating the mysql table
  2. Creating a db_connect.inc.php file
  3. Creating the html login form
  4. Creating the login.php file
  5. Creating the logout.php file
  6. Creating a function.inc.php file
  7. Adding the script to index.php

Read more…

Categories: PHP Tags: , , , , , ,
Data Recovery