Categories
Tags → Basic Php Tutorial

PHP File Upload

This tutorial will allow you to have a basic file upload interface with a PHP backend. This tutorial is only for educational purposes and the final PHP file upload script is not robust nor secure enough for a commercial solution.
DETAILS

Beginners PHP Tutorial

In this tutorial you will learn: * What PHP can be used for * How PHP works * A basic PHP script * Using variables * Using some basic conditional statements
DETAILS

Creating Your First Script

Intended for absolute beginners who are interested in getting started with PHP this tutorial will take you through the basic steps to creating your first ever PHP script.
DETAILS

Shoutbox Tutorial

This tutorial will teach you how to create a PHP and MySQL type shoutbox with basic protection.
DETAILS

Adding a basic PHP Text Counter to your website

By keeping track of how many people visit your website, you can get some idea of how to improve your website as the hits start to increase. Adding a basic PHP text counter is quite easy and we will take you through each step. Tutorial and full script...
DETAILS

Data Mining Tools - Tutorial && PHP Functions

Data Mining Tutorial complete with Data Mining Tools (PHP Functions) to parse data and match based on regular expressions. Basic Data Mining Steps: Fetch the HMTL page(s) of Interest using the Snoopy PHP Class, Split the page HTML into a more managa...
DETAILS

Basic PHP Form Processing

Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier.
DETAILS

How To Learn PHP

There are a lot of tutorials out there that tell you about some basic PHP stuff; however, none of them tell you how to take it to the next level. In this tutorial I explain how you can learn PHP quickly.
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

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

Page:
©2003-2019 jCay.com