/**

popular collection of scripts for all

*/
/** Search */

Html Form Data

 }

FormSIX

Hits: 19
*****
0.0

PHP Form Validation Class

Hits: 12
*****
0.0

ShotIp

Hits: 13
*****
0.0

Editing XML with XSL and ASP

Hits: 12
*****
0.0
FormSIX (Form Simple
Form_Validator Class is a PHP
ShotIp is an OLE automation
As a follow-up to the
Interface in XML) package is
object that can be used to
application (COM
"Saving HTML Form
a set of tools and
validate the presence of
application, ASP component
Data to XML"
suggestions for
HTML form data. By
etc.) that allows your
article, this tutorial
interchanging simple HTML
"validating", the
scripts to connect with
explains how to edit XML
FORM data between Web
function simply checks if a
other computers on Internet
files using XSL and ASP.
Browser and Web Server in
variable is NOT NULL. The
or intranet networks
This example assumes that
XML format. For a bigger
class is intended to be
"on the fly". In
you are familiar with ASP,
purpose, FormSIX aids
called AFTER the end-user
several strings of code you
XML and HTML 4.0.
replacing/extending regular
has submitted an HTML form.
can retrieve text or binary
 
CGI with XML by providing
The class is first
data from remote Web host,
 
client-side JS modules for
initiated, then the
post form data to Web host,
 
composing valid XML
validate_fields function is
send complicated email
 
document. For a smaller
called by passing the field
message containing
 
purpose, FormSIX helps
names of all the required
attachments. Features
 
testing out Internet system
form fields. If any of the
include: GET, HEAD and POST
 
design by providing a tool
variables (field names) are
request methods,
 
for generating front-end
NULL the function returns
Challenge/response and Basic
 
prototype even to a not-yet
FALSE, along with an error
authorization, You can easy
 
XML enabled back-end.
message of which fields are
POST data to HTTP servers
 
(FormSIX can even be used to
null. If all the variables
emulating HTML form
 
generate Web-based interface
are NOT NULL, the function
data, Ajustable timeout
 
to SOAP service.) In fact,
returns TRUE.
for HTTP and low level
 
the author finds FormSIX
Form_Validator Class has
interface, Proxy support,
 
pretty handy when it comes
the ability to check
You can modify User-Agent
 
to designing DTD.
multiple fields at once, and
and all other headers in the
 
 
check that at least one
request, You can add custom
 
 
field in a group of many has
HTTP request headers, Both
 
 
been filled in by the
HTTP grabber and SMTP email
 
 
end-user ("Please enter
sender in one, Handy
 
 
your Home Phone OR your Work
retrieving of HTTP response
 
 
Phone").
variables makes your script
 
 
 
smaller and smarter,
 
 
 
Different types of email
 
 
 
messages, Low level TCP/IP
 
 
 
interface allows to use
 
 
 
other non-standard protocols
 
 
 
supported by server (if they
 
 
 
exist), The Ping object
 
 
 
allows easy to check whether
 
 
 
remote host is alive. ShotIp
 
 
 
is not based on other
 
 
 
installed software - The
 
 
 
only requirement is TCP/IP
 
 
 
protocol installed.
 


Date: Jun, 12 2002


Date: Nov, 28 2001


Date: Feb, 26 2001


Date: Jan, 17 2001
{ Copyright } ©2006 NuclearScripts.com