Home
»
Articles
»
Search results for : email
Browse pages : 0 1 2 3 4
Total results : 44
The most simple PHP contact form
Published on : 10.03.2010
Category : PHP Viewed : 5 times.
In this tutorial, I’ll show you how to write the most basic PHP/HTML contact form script. So if you’re looking for validated forms or a fancy flash form, this tutorial isn’t for you.
Before you begin, make sure that your hosting provider supports PHP.
First, lets open Dreamweaver or your favorite text editor and start typing the following. You can copy it, but you should really type it out to get an understanding of how it is working. <html> <head>... |
Creating Email Templates in PHP
Published on : 07.03.2010
Category : PHP Viewed : 10 times.
The technique is simple
The template text (including variables and html tags) will be stored in database. We will create a table with 2 fields i.e name and text. Each template will be give a unique name. A sample entry is shown in the image below
A PHP script will read template text from the database, update varlues of variables and will send the email
For this tutorial, i haved created a table to store all the templates a webiste needs. See a snapshot of this table below
Every... |
Displaying Records in Multiple Columns Using PHP
Published on : 07.03.2010
Category : PHP Viewed : 13 times.
For this article, i have selected a table members, containing each member's pic and some other text detail. The members will be shown in multiple columns as shown in the picture below.
The technique is to use 2 loops (one nested inside the other). The outter loop creates rows and the inner loop creates columns. The only thing we have to take care of is the inner loop creates equal number of columns for each row. If there are no more records the inner loop should print a blank column.... |
Simple PHP contact form
Published on : 07.03.2010
Category : PHP Viewed : 16 times.
In this tutorial, I’ll show you how to write the most basic PHP/HTML contact form script. So if you’re looking for validated forms or a fancy flash form, this tutorial isn’t for you.
Before you begin, make sure that your hosting provider supports PHP.
First, lets open Dreamweaver or your favorite text editor and start typing the following. You can copy it, but you should really type it out to get an understanding of how it is working. <html> <head>... |
Android & iPhone browser wars: Intro to the WebKit
Published on : 20.02.2010
Category : MS Visual Basic Viewed : 147 times.
Introduction
Combined, the iPhone and Android platforms have more than 100,000 application titles available for download across their respective app stores. Native applications are those created with a platform's SDK, then compiled and installed to a device. These native applications provide thorough access to a device's inherent capabilities, including features like wireless networking, Bluetooth, data... |
Digital Effect:
Published on : 27.01.2010
Category : Photoshop Viewed : 14 times.
1. We are using this world image for this tutorial. You could use this technique on any image.
2. Open your image in photoshop. Select the Magic Wand Tool. And select the whole image. Change the color of your choice if you want to.
3. Now for the pattern you need create a new document (transparent background). Select the Pencil Tool.
Using the Pencil Tool, make a small 2x2 pixel box. We suggest you zoom in for the perfect pixel picture.
Now select the Rectangular Marquee Tool.... |
Dreamweaver Form Tips
Published on : 26.01.2010
Category : Dreamweaver Viewed : 37 times.
Customize the background color, input font and color for text boxes
The first step is to create a style with the background color and font that you'd like for the text box. Open the Style window by clicking on Window > CSS Styles. Create a new style by clicking on the '+' icon found at the bottom. Give a name to the style like 'textboxstyle' and click on OK. In the 'Type' category select the font type, size, color and weight. In the 'Background' category... |
The Internet
Published on : 13.01.2010
Category : MS Windows Viewed : 37 times.
Introduction Until recently, getting a computer was mostly equivalent to getting a machine that would be used to perform office-related assignments and other calculations. This type of computer was commonly referred to as standalone. Nowadays, a computer by itself is not sufficient. It needs a way to communicate with other computers. Â Networking Because a computer can never be complete, it can complement itself... |
Daemons, Signals, and Killing Processes
Published on : 10.01.2010
Category : Free BSD Viewed : 18 times.
When you run an editor it is easy to control the editor, tell it to load files, and so on. You can do this because the editor provides facilities to do so, and because the editor is attached to a terminal. Some programs are not designed to be run with continuous user input, and so they disconnect from the terminal at the first opportunity. For example, a web server spends all day responding to web requests, it normally does not need any input from you. Programs that transport email from site to... |
Permissions
Published on : 10.01.2010
Category : Free BSD Viewed : 16 times.
FreeBSD, being a direct descendant of BSD UNIX®, is based on several key UNIX concepts. The first and most pronounced is that FreeBSD is a multi-user operating system. The system can handle several users all working simultaneously on completely unrelated tasks. The system is responsible for properly sharing and managing requests for hardware devices, peripherals, memory, and CPU time fairly to each user.
Because the system is capable of supporting multiple users, everything the system... |
|
|
|