Posts Tagged php

Send e-mail using PHP Mailer

This is an example to send e-mail from your PHP website.

1. Download the example code from here.
2. Extract to your server.
3. Call http://localhost/test/inputform.html in your browser.
4. Fill all necessary input form with your information and click submit.

How to run XAMPP server from CD on Windows

Hi, in this article I’ll show you how to run your PHP websites using XAMPP from CD.
If you are not familiar using XAMPP then you can read the documentation and installation guide from here.
First of all you need to download Ampstart, a small software to help you run your XAMPP server from CD.
Here is the [...]