Categories
Tags → Php Code Tutorial

Inout Mailing List Manager

Inout Mailing List Manager is a powerful, feature rich, affordable, easy to use solution for your mailing list management requirements that works on PHP + MySQL. It is designed in such a way that it meets all your mailing list, newsletter, email adve...
DETAILS

The Difference Between require() and include()

Did you know that require() and include() work differently? Both are used for including code in another file into your program, but there is a crucial difference in how they operate when that file cannot be read which any PHP programmer needs to know...
DETAILS

Page Load Time Walkthrough

This tutorial will show you how to add your page load time to your PHP pages. It includes code that is able to be copy and pasted for easy assembly.
DETAILS

A Rating System

This short tutorial will guide you through a hypothetical process of adding a movie rating system to a movie database site. Goes over the PHP code and MySQL queries.
DETAILS

Making a tree menu with PHP

This tutorial will show you the basics of using PHP with some simple Javascripting methods to create a drop down menuing system for your site. This will teach you the simple tricks of using Javascripting with your PHP code in order to display simpl...
DETAILS

PHP Email Form Easy

PHP is the way to go for online email forms. This is a short tutorial with copy-and-past code on how to use the PHP email function to create an on line email form to send emails from your website.
DETAILS

Exec and system command and results

This simple tutorial shows you how to execute system command such as ping in php and display results. Code and example is included.
DETAILS

Simple Security and Sessions in PHP

This article demostrates an easy way to maintain sessions and security (or authorization) in PHP. It does NOT use the PHP built in session support. The following method will allow you to easily secure any PHP page by simply including a file at the to...
DETAILS

Mail on 404

A simple snippet of php code to insert in your custom 404 error page. It will send an e-mail when a visitor encounters a 404 page and certain conditions are met. The tutorial explains how the script works and where to insert the code.
DETAILS

Create a PHP Select List

Easily code dynamic PHP Select Lists. Tutorial with code snippets and comments.
DETAILS

Page:
©2003-2019 jCay.com