Tips and Tutorials
PHPcafe.net Tutorials Manager
The professional solution to manage the tutorials on your site.It will not cost you anything like other such professional solutions available on the internet.We provide the unique [...]
Using Comments in PHP - Tutorials
Comments in PHP are similar to comments that are used in HTML. A comment is started with a special character sequence and all text that appears between the start of the comment and [...]
Custom Error Page Generator
This is to be used with suitable ErrorDocument entries in an .htaccess file - see the .htaccess tutorial for details. Rather than create a whole bunch of different pages to cater [...]
Login System with PHP and MySQL
This tutorial will show you how to create a user login system for your website using php and mysql to store the user data. It will show you how to allow a user to register his [...]
PHP Script Tips - Working with MySQL Database
A collection of 21 tips on working with MySQL database. Clear explanations and tutorial exercises are provided on connecting and selecting MySQL database, creating and dropping [...]
Find a visitor`s IP Address with PHP
Find a visitor`s IP can be useful for many reasons, such as tracking site usage or blocking access to specific people. This guide tells you how you can find it using PHP [...]
PHP Thumbnail Generation Script
This tutorial focuses on a thumbnail generation script I wrote for the Accidental President site. Rather than generating a smaller representation of the image, it cuts out a [...]
PHP Script Tips - Creating Your Own Functions
A collection of 19 tips on creating your own PHP functions. Clear answers are provided with tutorial exercises on defining functions, defining arguments, passing references, [...]
PHP Script Tips - Reading and Writing Files
A collection of 14 tips on PHP functions on file input and output. Clear answers are provided with tutorial exercises on opening files for reading and writing, appending data to [...]
PHP Script Tips - PHP Built-in Functions for Arrays
A collection of 19 tips on PHP functions on arrays. Clear answers are provided with tutorial exercises on searching keys and values, sorting arrays, merging two arrays, looping on [...]
