form_variables(3X)form_variables(3X)NAME
TYPE_ALNUM, TYPE_ALPHA, TYPE_ENUM, TYPE_INTEGER, TYPE_IPV4, TYPE_NUMERIC, TYPE_REGEXP - form system global variables
SYNOPSIS
#include <form.h>
FIELDTYPE * TYPE_ALNUM;
FIELDTYPE * TYPE_ALPHA;
FIELDTYPE * TYPE_ENUM;
FIELDTYPE * TYPE_INTEGER;
FIELDTYPE * TYPE_IPV4;
FIELDTYPE * TYPE_NUMERIC;
FIELDTYPE * TYPE_REGEXP;
DESCRIPTION
These are building blocks for the form library, defining fields that can be created using set_fieldtype(3X). Each provides functions for
field- and character-validation, according to the given datatype.
TYPE_ALNUM
This holds alphanumeric data.
TYPE_ALPHA
This holds alphabetic data.
TYPE_ENUM
This holds an enumerated type.
TYPE_INTEGER
This holds a decimal integer.
TYPE_IPV4
This holds an IPv4 internet address, e.g., "127.0.0.1".
TYPE_NUMERIC
This holds a decimal number, with optional sign and decimal point.
TYPE_REGEXP
This holds a regular expression.
PORTABILITY
The TYPE_IPV4 variable is an extension not provided by older implementations of the form library.
SEE ALSO form(3X).
form_variables(3X)
Check Out this Related Man Page
form_variables(3FORM)form_variables(3FORM)NAME
TYPE_ALNUM, TYPE_ALPHA, TYPE_ENUM, TYPE_INTEGER, TYPE_IPV4, TYPE_NUMERIC, TYPE_REGEXP - form system global variables
SYNOPSIS
#include <form.h>
FIELDTYPE * TYPE_ALNUM;
FIELDTYPE * TYPE_ALPHA;
FIELDTYPE * TYPE_ENUM;
FIELDTYPE * TYPE_INTEGER;
FIELDTYPE * TYPE_IPV4;
FIELDTYPE * TYPE_NUMERIC;
FIELDTYPE * TYPE_REGEXP;
DESCRIPTION
These are building blocks for the form library, defining fields that can be created using set_fieldtype(3X). Each provides functions for
field- and character-validation, according to the given datatype.
TYPE_ALNUM
This holds alphanumeric data.
TYPE_ALPHA
This holds alphabetic data.
TYPE_ENUM
This holds an enumerated type.
TYPE_INTEGER
This holds a decimal integer.
TYPE_IPV4
This holds an IPv4 internet address, e.g., "127.0.0.1".
TYPE_NUMERIC
This holds a decimal number, with optional sign and decimal point.
TYPE_REGEXP
This holds a regular expression.
PORTABILITY
The TYPE_IPV4 variable is an extension not provided by older implementations of the form library.
SEE ALSO form(3FORM).
form_variables(3FORM)
I am moving from a shared hosting environment to a dedicated box. The migration also involves a mySQL database managed using a web-based PHP interface.
I can read the contents of the db (connection is good) but when I try to administer, the form variables aren't going from step 1 (add) to step 2... (0 Replies)
hi,
i m working on a perl cgi script which uploads a file to the server. i m stuck. i hav written the errors.
plz help.
Sachin Kaw
______________________________________________________________________
#!/usr/bin/perl -w
use CGI;
use CGI qw(:standard);
use strict;
use POSIX... (4 Replies)
Hi guys.
We can can connect to mysql server from command line with some user. but when using mysql_connect() it says:
access is denied for user 'someuser'@'localhost' (using password: YES)
what should i do? (6 Replies)
Can anyone tell me how to export a variable from one perl CGI script to another perl cgi script when using a redirect.
Upon running the login.pl the user is prompted to enter user name and password. Upon entering the correct credentials (admin/admin) the user is
redirected to welcome page.
My... (3 Replies)
Hello,
I am a middleware administrator and as an admin I need to monitor a number of middleware instances (weblogic servers). But since it is a not the forum for that i would like to put my problem in simple terms and need guidance on that.
I need to use apache webserver on Solaris 10 zones to... (3 Replies)
Hi All,
I am trying to write a shell script which takes parse the web form find the input field and dump the data of that field into one xml file. The form looks like,
<input type="button" id="btnSave" value="Save" onclick="saveXmlData()"/>
<form name="submitForm"... (1 Reply)
HI I am trying to write a script where i can enter a dvd's bar code at the cli and return the price sites will pay for the dvd.
the bard code im using for testing is
this site is
through use of httpfox i have found some info whic i need to use with curl
ctl00$ScriptManager1... (4 Replies)
Ok guys, gals and geeks...
As from today I am starting to learn awk in earnest doing something totally different.
I am going to create a pseudo-Audio_Function Generator centred around OSX 10.11.x minimum. The code below is a tester to see what the possibilities are.
All waveforms will be... (11 Replies)