Categories
Tags → Tutorial Of Html

How to make a PHP calendar

This calendar is made from two parts. On top there are the links to the previous and the next month, and below them is the calendar itself. It will show the selected month name with the year following and the days of the month bellow in a table view....
DETAILS

PHP Tutorial

PHP is the most popular scripting language on the web. This PHP tutorial will teach you to create dynamic web pages. PHP is known as a server-sided language. The html of page does not make on your computer but you request it and it comes from the s...
DETAILS

Learning jQuery

jQuery is a powerful JavaScript library that can enhance your websites regardless of your background. This book begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions for each of them ma...
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

Form Processing with PHP

One of the best features of PHP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use PHP code to make decisions based off this information to create dynamic web page...
DETAILS

Ajax Extensible Page

A.E.P. is an Ajax framework that is very easy to use with an interface of six functions and these functions allow to build Web pages that are extended at user request from data hidden into the page or taken from external files. Once you have experien...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • GPL
DETAILS

Dynamic (2 level) navigation list

The creation of a dynamic nested unordered list without using any JavaScript code is sometimes a problem because the script needs to &"remember&" the values, sub values and also the query string from previous clicked links. In this ...
DETAILS

Sending emails using php!

This tutorial will teach you the basics of form processing and email sending using php. It first teaches you how to produce a html form and process it on the same page using php. Then it moves on how to send emails using php
DETAILS

How to process the data submitted from HTML form

The great advantage of ASP is possibility to respond to user queries or data submitted from HTML forms. You can process information gathered by an HTML form and use ASP code to make decisions based off this information to create dynamic web pages. Th...
DETAILS

Page:
©2003-2019 jCay.com