Categories
Tags → Tutorial Of Php

Tutorial: Create a zip file from folders on the fly

Creating zip files on a web server is a feature which could be very useful for backups or just for offering an unknown number of dynamic files or folder inside of a directory. This tutorial shows us how handle that with only a few rows of PHP code!
DETAILS

Front Controller/Modrewrite Tutorial

The main point of this tutorial is to highlight the magic of the modrewrite module and show how you can use it to make a Dreamweaver safe development environment. What do I mean by Dreamweaver safe? Well If we assume most professional designers like ...
DETAILS

Understanding Object Orientated PHP (oo PHP)

This tutorial is for all those people who know the basics of PHP, but want to take it to the next level. Object Orientated PHP is the interaction between different functions, classes and variables. Once you master the basic in this tutorial, you will...
DETAILS

Developing rock-solid code in PHP

This tutorial is intended for both amateur and professional PHP programmers who want to design and write quality functions. To complete this tutorial, you must have a basic level of working knowledge with PHP, and know how to define functions.This wi...
DETAILS

SQL Server FAQs - PHP MSSQL Functions - Connections and Query Execution

A collection of 18 FAQs on connecting to MS SQL Server with PHP scripts. Clear explanations and tutorial exercises are provided on SQL Server connection; providing port number; selecting database; running SQL statements; checking execution errors; lo...
DETAILS

Intro to PEAR HTML_Template_IT Package

Learn how to use the PEAR HTML_Template_IT Package to create a templating system for your website using PHP and HTML. After this tutorial you should be able to have a strong inital grasp on creating templates using PEAR and the HTML_Template_IT packa...
DETAILS

Using Regular Expressions with PHP

Regular expressions are a powerful tool for examining and modifying text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. This tutorial gives a brief overview of basic regular expression syntax and t...
DETAILS

PHP Development Resources Directory

HotFreePHP Is A PHP Development Resources Directory For PHP Sities and ahuge number of ready to use scripts ,Tutorials , Documentation and FAQ , free web hosting , PHP Tools , Web Development Related Sites (AJAX , JAVAScrpit And DataBases) and a Free...
  • Categories
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Creating a file based logging script

In this tutorial I will show you how you can create a small and simple PHP script to log your visitors activity into a file. You just need to add 1 line to each of your page to enable logging and the statistics will be collected in a html file so you...
DETAILS

Sending Email (Text/HTML/Attachments)

Email is the most popular Internet service today. A plenty of emails are sent and delivered each day. The goal of this tutorial is to demonstrate how to generate and send emails in PHP. So, you want to send automated email messages from your PH...
DETAILS

Page:
©2003-2019 jCay.com