Category: php
how to upload images and files php Upload Images to Webserver
HTML Form PHP Function
# UPLOAD FILE
function upload_file(){
echo '
using php cookies variables
Using Cookie Variables in PHP
Setting cookies in php is pretty straight forward. There is a php function:
setcookie();
This function mu
how to unzip files on your free hosting account Uzipping Files on Your Web Server
If you are using a free hosting account with godaddy.com and many of the other Free hosts out there, you may have found that they don't offer you a lot o
passing data from one form to another form php Passing data from one form to another form
To pass php data from a form and then catch that data into another form one way to accomplish this task is to intermi
Storing image locations mysql Storing Image Url Location in Mysql Database
Storing images in the Mysql Database using php can be done by encoding the whole image with a function called base64enco
how to turn variable value into variable name Variable Variables in PHP
Every so often when you are writing a php file, we all run into a situation where we would like for the name of the
string that is inside
how to use dreamweaver Dreamweaver - WISIWIG
Dreamweaver is a tool that arguably could be called the industry standard for web design
. Dreamweaver, is an Adobe product that originally b
Filezilla Filezilla Ftp Client, FTP SERVER vs Wsftp
By: D.Shaun Morgan
While I was writing this article, about halfway through, I realized that it would be unfair to tell my readers about
notepad plus Notepad++
Download Notepad Plus Plus
Notepad plus plus is an open source, free text editor. It is
how to open create write files php Php file functions, Opening a file in php, reading a file in php, writing a file in php
In this tutorial we will look at the most commonly used file functions used in php. The
stop form spam captcha php PHP -- How to Protect My Email Form / Contact Form Against Spam Bots
Author: D.Shaun Morgan
Versions and Skill Level
PHP 5
retreive images mysql php php How to get images out of mysql database with php and use them on my webpages
Author: D.Shaun Morgan
PHP Version - PHP 5x
store images mysql php php Storing Images in Mysql Database
Tutorial Outline:
Creating a Test Mysql Database
Example php Database Functio
php example post array php Visual example of how PHP handles the super-global array variable "$_POST"
Author: D.Shaun Morgan
Versions and Skill Level
php arrays php Passing arrays to another page
Author: D.Shaun Morgan
Versions and Skill Level
PHP Version - PHP 5x
Reader skill level
how to write php functions php How to Write PHP functions Part 1
Author: D.Shaun MorganVersions and Skill Level
PHP 5
Reader skill level - Begin
how to write html form PHP php
When learning PHP to build a website, one of the very first things that any newcomer, or beginner needs to learn is how to use HTML or XHTML (both will mean the same for this tutorial.) fo
register globals long arrays php Security, php.ini, register_globals and register_long_arrays
Author: D.Shaun Morgan
Versions and Skill Level
PHP Version - PHP 5x
how to install php 5 php This is a quick start beginner's how-to manual explaining how to quickly setup a PHP 5 installation on a Windows XP PC. You must have an Apache webserver installed and working on your personal comp
php passing variables php Pass Variables from One Page to Another -- PHP
Author: D.Shaun Morgan
Tutorial Outline :
Passing PHP variables with $_

Leave a Comment
index.php
Re: Admin
$value1 = 'value1';
$value2 = 'value2';
$value3 = 'value3';
$message = "value1 value2 value3";
$subject = "pass 9 values through mail";
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: Example
mail($to, $subject, $message, $headers);
Re: Admin
Thank you For letting me know. I sent you a message from my personal Gmail account also.