Categories
Tags → Html Tutorial

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

Creating file online

In this tutorial I will show you how to create a file on your web server using your browser. We will create a html form which will be store the file during the form processing mechanism.
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

Make Your CSS Menus Appear on Top of Forms

You have just finished creating or installing a killer CSS Drop menu for your website. There is only one problem, in IE6 the menu disappears where HTML form elements and Flash layers appear. Form elements and Flash in IE will always cover DHTML layer...
DETAILS

Starting out with PHP

So, you''ve mastered HTML and JavaScript. I guess the next stage is PHP! Don''t worry. It isn''t too hard. This tutorial is great for learning PHP right from the beginning teaching you all the basics to help you advance quickly on to m...
DETAILS

Rich Ajax slide shows with DHTML and XML

This tutorial shows how to create an Asynchronous JavaScript and XML (Ajax) client-side slide show that''s animated using &"Ken Burns Effects.&" You''ll discover how to build XML data sources for Ajax, request XML data fro...
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

Page:
©2003-2019 jCay.com