Categories
Tags → Tutorial Of Php

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

E-mailing in PHP

This tutorial will show you how to send email in PHP. Firstly it''ll go over the basics of how the Simple Mail Transfer Protocol (SMTP) works, then how to send email using PHP. After that it will show you how to send HTML emails in PHP (ins...
DETAILS

How to create and access MySQL with PHP

This tutorial will hopefully teach you some basics of how to access data with your PHP scripting to gather information with in a MySQL database. The first step you need to do is get a basic understanding of what MySQL is. If your site can handl...
DETAILS

Introduction to PHP Part 1 - The Basic

If you know HTML and new to PHP, This is the tutorial for you. This is the first of many part of the PHP tutorials which will guide you thru into creating a dynamic && easy maintenance website. Read on !
DETAILS

Creating a Search Application

In this tutorial, we will discuss a method of searching web pages for keywords. We will provide methods for exact keyword matching and a type of fuzzy search. Also included in this tutorial is a overview of using databases in PHP and a heavy concentr...
DETAILS

PHP Strings Primer

In order to accomplish almost any programming task with PHP you''ll be dealing with strings. To get the best out of PHP you must thoroughly understand the basic string functions available. In this tutorial we will lay down the foundations needed...
DETAILS

joeldg

The programmer journal of joeldg, the published PHP tutorial writer and contributor to the PHP language''s page. On his page he convers some of the advanced topics in PHP which are not covered elsewhere. Topics such as ncurses, and all SystemV s...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
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

121 Access to MySQL Tutorial

Not sure how to make use of the free MySQL database space included with your web-hosting plan? This step-by-step tutorial explains a simple way to upload data from a Microsoft Access database to the MySQL database at your ISP. The tutorial also conta...
DETAILS

Page:
©2019 A--9.com