Categories
Tags → Php Files Tutorial

convert files from Php to Html Extensions

This tutorial provides a simple method to convert files from Php to Html Extensions, on an Apache Server. Most will agree Php has become the common language for creating dynamic Websites. Although the language is simple and efficient, developers are ...
DETAILS

Changing directory using chdir()

In your PHP scripts at some stage you may wish or need to completely change the directory in which to look in - for examples the directory to look for files to include. This tutorial shows you how to change dir for file inclusion.
DETAILS

phpNet''s Text counter

Counters are used in many websites so that the webmaster will be able to see how many people come to their website. They are used throughout the web on numerous websites, sometimes all too common. I recommend not using a counter unless you have a dec...
DETAILS

Logging Your Website With PHP Using a Flat File

This tutorial will show you how to write your own Log Files using PHP. This tutorial shows you how to log unique visits with sessions or every single page viewed without sessions. A great introduction for writing to files, using sessions and PHP Pred...
DETAILS

Custom Error Handling with PHP

Custom error documents are a valuable tool to have. Using this tutorial you''ll be able to redirect any user to a specified location on your site if they have reached an error such as Error 404 - Document Not Found or Error 500 - Internal server...
DETAILS

How to protect PDF files using PHP

This tutorial explains how to safely hide away PDF files from public access using htaccess, but then having a PHP file run its own authorization to allow access to the file without the Network Password dialog box. The PDF file will be displayed in th...
DETAILS

Emailing Customized Flash E-cards with PHP and Text Files

This tutorial explains how to send out customized Flash e-cards to anyone you want, or allow anyone that visits your site to do the same. This tutorial will allow you to set up a much simplified version of say the online Hallmark or Blue mountain e-...
DETAILS

Creating a Photo Gallery

This tutorial teaches you how to store a picture file on the server so that you can create a photo gallery of images that users upload to your site. The coding sample initially displays a form for you to fill in; browsing is enabled. The information ...
DETAILS

Upload and Resize an Image

PHP has the ability to upload files such as documents or images using the multipart/form-data protocol, but how do you use this and how do you resize the images after they are uploaded to create thumbnails or image repository, etc. This tutorial alon...
DETAILS

DBM Functions Demo

This tutorial explains how to access dbm files from PHP using various dbm-PHP functions.
DETAILS

Page:
©2003-2019 jCay.com