Best Tutorials website
Latest tutorials

Advertisment

Add, View, Edit & Delete from to MySQL database, Live Example (News System)

Add, View, Edit & Delete from to MySQL database, Live Example (News System)

This tutorial will teach you how to deal with MySQL databse using php, you will add, view, edit & delete data. A live example included (News...


Views: 859 | Rating star | by Mark
PHP - News Publishing

IP Banning

IP Banning

Learn how to ban someone's IP from your website!


Views: 878 | Rating star | by Daniel
PHP - Security

Random Quotes/Messages

Random Quotes/Messages

Learn how to display random quotes and/or messages on your site.


Views: 947 | Rating star | by Mathew
PHP - Randomizing

Comments Basics

Comments Basics

Learn the basics of using comments in PHP


Views: 605 | Rating star | by Mark
PHP - Introduction to PHP

Users Online

Users Online

This will detect the amount of visitors on your site. Requires access to mySQL database.


Views: 833 | Rating star | by Tutorial
PHP - User Authentication

Creating Tab-Delimited Files in PHP

Creating Tab-Delimited Files in PHP

How to create tab-delimited files in PHP so that they can be read by Excel.


Views: 840 | Rating star | by Nick
PHP - File Manipulation

Working with Excel files. (Comma Delimited or CSV)

Working with Excel files. (Comma Delimited or CSV)

Working with php and making csv or comma separated excel files. No need for objects!


Views: 828 | Rating star | by John
PHP - File Manipulation

PHP 4 or 5 and RaidenHTTPD web server

PHP 4 or 5 and RaidenHTTPD web server

Installing PHP4 or 5 ISAPI high speed edition on RaidenHTTPD web server software. No manual installation is required, everything is pre-configured.


Views: 828 | Rating star | by John
PHP - Installing PHP

Installing phpBB discussion board software on RaidenHTTPD

Installing phpBB discussion board software on RaidenHTTPD

phpBB is a high powered, fully scalable, and highly customisable open-source bulletin board package. It's very easy to setup your own bbs on...


Views: 990 | Rating star | by Tutorial
PHP - Discussion Boards

Server Push and Server Sockets

Server Push and Server Sockets

The term 'server push' generally means that a server pushes content to the browser client. In reality, a browser doesn't allow this...


Views: 537 | Rating star | by Sean
PHP - Miscellaneous

Setting Cookies

Setting Cookies

You may need to set cookies to remember certain information such as users, if they have visited or not, etc. etc.


Views: 842 | Rating star | by Source
PHP - Cookies and Sessions

POST and GET functions

POST and GET functions

You will learn how to use the POST and GET functions to transfer data from a form and display it!


Views: 863 | Rating star | by Brad
PHP - Form Processing

MySQL & PHP Basics

MySQL & PHP Basics

A breif description of each way of using a mysql database with php coding.


Views: 515 | Rating star | by Adam
PHP - Database Related

Form to Flat File

Form to Flat File

This is a simple tutorial, but it shouldnt be used if you want a more secure way of storing data. You should use MySQL Databases for that.


Views: 846 | Rating star | by Sean
PHP - Form Processing

Pagination with PHP

Pagination with PHP

Learn how to paginate results from your mySQL database in a clean and user friendly way.


Views: 886 | Rating star | by Isac
PHP - Site Navigation

Using Object Oriented Programming to interface with MySQL

Using Object Oriented Programming to interface with MySQL

How to use object oriented programming in php to create a class to make interacting with MySQL databases much easier.


Views: 455 | Rating star | by Ben
PHP - Database Related

Classes and OOP in PHP

Classes and OOP in PHP

Object orientated programming (OOP) is a commonly used term when discussing modern programming techniques. One of the things that makes humans...


Views: 537 | Rating star | by Troy
PHP - Development

PHP MySQL Shopping Cart Tutorial

PHP MySQL Shopping Cart Tutorial

How to create a simple shopping cart solution using PHP and MySQL. This tutorial covers the database design, creating the admin pages, product...


Views: 904 | Rating star | by Mark
PHP - E Commerce

User Authentication Using PHP

User Authentication Using PHP

This tutorial describes three methods to authenticate a user. First is by hardcoding the user info in the script. Second, check the user...


Views: 892 | Rating star | by Adam
PHP - User Authentication

HTPASSWD Line gen

HTPASSWD Line gen

This simple tutorial teaches you how to put a simple form on your website, that outputs the line that goes in .htpasswd after you have put in the...


Views: 911 | Rating star | by Mark
PHP - User Authentication