Categories
Tags → Php And Tutorial

Basic HTML/PHP contact form - Very easy to understand!

This is a basic, and very easy to understand, tutorial on how to make one file to do it all-- Shows the contact form, then upon submit, will automaticly update the page with a message, while PHP sends out the email.
DETAILS

Output Caching in PHP

Caching output in PHP can reduce server load and speed up your site. This tutorial explains how to alter your site to save your server from processing scripts and querying databases more than is needed.
DETAILS

Sessions

This tutorial will teach an alternative and effective solution to cookies in PHP which might actually be better for your website and security.
DETAILS

phptut

PhpTut is a new tutorial system that is designed to allow users add tutorials and to comment on them. With a full admin section, editing and deleting submitted tutorials are a breeze. Tutorials can be on anything, and with 3 different tutorial diffic...
DETAILS

Web Based FTP with PHP and Sockets

This tutorial takes you through the creating of a web based FTP program using PHP and raw sockets. We do not make use of the PHP FTP api. Instead we build our client from the ground up by implementing the functionality as described in the FTP RFC.
DETAILS

Creating an Image Gallery

the goal of this tutorial is to give the reader an idea of how to construct a basic/dynamic image gallery from start to finish, not to imply that this is the only way, or even the best way to build a gallery; just a simple approach without all the be...
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

Using sessions make a login script

To begin this tutorial in PHP sessions, you must first make sure that your web server (ie. apache) has the options to allow session with the configuration. Note: people using apache and php under a win32 enviorment must manually configure this optio...
DETAILS

Drop down theme/template selector in PHP/MySQL

This tutorial will teach you have to make your site have the option to allow the users to choose the look and feel of the site using PHP, and MySQL wrapped around a HTML template. Doing this gives you more control of your site without having to reco...
DETAILS

How to tempt Google to index your Site despite redirection

This short tutorial shows you how to redirect UserAgents with PHP and still getting indexed by Google!
DETAILS

Page:
©2003-2019 jCay.com