Categories
Tags → Html How To

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

Faq Service

Script66 FAQ offers free faq and contact service for its members. To generate revenue advertising is also included. So how this works: Users are register on your site and get piece of HTML code which they can put on their websites. HTML code ...
DETAILS

Macronimous- Creating Dynamic PDF files using HTML and PHP

This article explains how to create PDF files dynamically using PHP, from html file to PDF format using FPDF and HTML2FPDF PHP class libraries.
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

Making Usage Statistics in PHP

Making usage statistics on a web site is one of the most enjoyable things for me on the Internet. Thanks to the technology, you can see each click of each visitor, the date of the visiting, and how many seconds the user was reading your site. I use t...
DETAILS

PHP: Sending Email (Text/HTML/Attachments)

So, you want to send automated email messages from your PHP application. This can be in direct response to a user''s action, such as signing up for your site, or a recurring event at a set time, such as a monthly newsletter. Sometimes email cont...
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

AGTC PHP Bulk Emailer

AGTC Bulk Emailer v1.0 is designed to run independently along side your existing website and does not required and database connection, it simply uses flat files. This software is ideal for anyone who wants to run a newsletter or send update or info...
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

Page:
©2019 A--9.com