Categories
Tags → Class In Html

Sendmail Logcheck (Perl)

Use this script to analyse sendmail logfiles created by the syslog daemon. It was tested with SuSE Linux. The generated report is available in HTML and ASCII format (useful if this class is included into a script that you run from the command line).
DETAILS

Sendmail Logcheck (PHP)

Use this script to analyse sendmail logfiles created by the syslog daemon. It was tested with SuSE Linux. The generated report is available in HTML and ASCII format (useful if this class is included into a script that you run from the command line).
DETAILS

PHP Input FIlter

Try it out for yourself: http://cyberai.com/inputfilter/ This class can filter input of stray or malicious PHP, Javascript or HTML tags and to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, su...
DETAILS

Tab Menu

This is a simple class for creating tab menus for site navigation using HTML and CSS. The class takes an array that defines the name of all the tab labels and the respective URLs and render the tabs in an HTML table using normal links. The curre...
DETAILS

Ad Rotator

This is a simple class that can be used to create ads that rotate according to a random order. The class takes an array of image files name strings as parameter but it could also be HTML tags for rich media ads. Then it shuffles the numbers...
DETAILS

Simple Form Validation Library (SFVL)

A class (SFVL) to expedite adding field validation to html forms. No more coding individual validation routines for each field. Simply put the class in the submittal script. Add the validation rules (regular expression) using a class method. ...
DETAILS

phpWheelForm

This project include a two components: a form scheme builder and PHP class. Builder mission is to make logical scheme of HTML form elements while PHP class generate a HTML form and collect the data sended on web server from end user then validate it ...
DETAILS

MySQL Dialog

MySQL Dialog is a simple MySQL database access wrapper class to execute SQL queries and display the results in HTML tables. The class connects to a MySQL server, sends SQL statements, and gets the results as an array. A table with the data from the r...
DETAILS

XLS Reader Class

XLS Reader - PHP class that can read binary XLS files (MS Excel) using PHP only on all platforms. MS Excel or any additional PHP modules are not required. With this script you will be able to easily present your reports, price lists etc. on your we...
DETAILS

E-mailing in PHP

This tutorial will show you how to send email in PHP. Firstly it''ll go over the basics of how the Simple Mail Transfer Protocol (SMTP) works, then how to send email using PHP. After that it will show you how to send HTML emails in PHP (ins...
DETAILS

Page:
©2003-2019 jCay.com