PHP Tutorial

Test php mail function on your localhost

When you code php mail function you can't test it on your localhost you have to upload and test it on your hosting but now you can test php mail function on your localhost using Argosft mail server.
General » phpeasystep.com
Score(+): 1 | Views: 88 | Save it | Report it


Top 20 Similar PHP Tutorials

Create Email Server on your computer to test PHP mail forms and scripts

Learn how to create your Email Server
Advanced » phpsimple.net
Score(+): 0 | Views: 62 | Similar Tuts | Save it | View this tutorial

Creating your own Broadband Speed Test

In this tutorial you will learn how to create and construct your own broadban speed test.
General » totaldream.org
Score(+): 0 | Views: 33 | Similar Tuts | Save it | View this tutorial

PHP Mail Form

A fully explained, detailed PHP Mail Form using only one page - Source Included!
General » forums.xtreme-pixel.com
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Mail() security risks

In this tutorial we'll speak about the dangers mail() brings with it.
Security » combined-minds.net
Score(+): 0 | Views: 46 | Similar Tuts | Save it | View this tutorial

Mail Form with PHP and HTML

Learn how to create a basic MAIL FORM using PHP and HTML.
General » tutorial5.com
Score(+): 0 | Views: 81 | Similar Tuts | Save it | View this tutorial

Creating a mail sender class with PHP

In this tutorial the author will show you how to create a simple mail sender class in PHP.
General » oopcenter.com
Score(+): 0 | Views: 30 | Similar Tuts | Save it | View this tutorial

Creating a simple mail sender class with PHP

In this tutorial I will show you how to create a simple mail sender class in PHP. Sending emails with PHP is a lot easier than you would think, however you need to care about some settings to avoid moving your emails into a spam folder.
General » phptoys.com
Score(+): 1 | Views: 71 | Similar Tuts | Save it | View this tutorial

Using the explode function in PHP

This tutorial is about Using the explode function in PHP
Functions and OOP » rawcliffe.wordpress.com
Score(+): 0 | Views: 34 | Similar Tuts | Save it | View this tutorial

PHP Date Function

Discusses the uses of the date function, showing examples of how to implement parameters, how to literally process characters within it, and more. Concludes with a list of most date function parameters, descriptions of what they output and examples.
Date and Time » programmingphp.net
Score(+): 0 | Views: 39 | Similar Tuts | Save it | View this tutorial

PHP's Rand Function

How Rdoanm is Rondam when it comes to Random Results?
General » talkphp.com
Score(+): 0 | Views: 63 | Similar Tuts | Save it | View this tutorial

PHP date function explained

With PHP's date function you format timestamps, so they are more human readable. The following tutorial will teach you how to display the current time, formating PHP's timestamp, and show you all the various date arguments for reference purposes.
Date and Time » tutorials.haxansweb.com
Score(+): 0 | Views: 55 | Similar Tuts | Save it | View this tutorial

"How Long Ago" function with MySQL

This tutorial is very useful for displaying how long ago something happened. Ideal for shoutboxes, forum posts etc.
Database » avengex.com
Score(+): 0 | Views: 40 | Similar Tuts | Save it | View this tutorial

Taking a Bite Out of the Set Cookie Function

It's perhaps common knowledge these days as to what a cookie is. A cookie sits client-side in a user's browser and is sent to the server when the page is loaded. Cookies, however, can go a little deeper than just setting and receiving.
Basics » talkphp.com
Score(+): 0 | Views: 59 | Similar Tuts | Save it | View this tutorial

Instant Redirection using the header() function

This tutorial is about Redirection using the header() function
General » vipercreations.com
Score(+): 3 | Views: 98 | Similar Tuts | Save it | View this tutorial

Get the width and height of an image using a function in PHP

In this tutorial, I will show you, how to get the width and height of an image using a function in PHP
PHP and Images » phpeasystep.com
Score(+): 0 | Views: 96 | Similar Tuts | Save it | View this tutorial

Taking a Bite out of the Set Cookie Function

Learn more about Taking a Bite out of the Set Cookie Function
Basics » talkphp.com
Score(+): 0 | Views: 49 | Similar Tuts | Save it | View this tutorial

Your Site could be Insecure: The Dangers of the Header Function

The header function may seem relatively straightforward on the surface . You issue the function along with a header as the first argument and it does the rest for you. Many people rely religiously on the header function working to forward users to the next page.
Security » talkphp.com
Score(+): 0 | Views: 41 | Similar Tuts | Save it | View this tutorial

The Wonders of PHP's Magic Function: __toString()

For this article we’ll be looking at the __toString magic function, and a very handy function it is to. What this function does is allow you to change the default behaviour when outputting an object instance.
Functions and OOP » talkphp.com
Score(+): 0 | Views: 43 | Similar Tuts | Save it | View this tutorial

GD Support Server Check gd_info Function

Test your server's ability to use GD image manipulation through this script. If installed and supported, the GD library allows you to use CAPTCHA image verification and other forms of dynamic images.
PHP and Images » programmingphp.net
Score(+): 1 | Views: 60 | Similar Tuts | Save it | View this tutorial

Build up a function to secure a text box for your forms

Learn more about Building up a function to secure a text box for your forms
General » cagedflame.com
Score(+): 1 | Views: 54 | Similar Tuts | Save it | View this tutorial