Check Curly Braces Support forum check-curly-braces Check matching curly brackets in text files This class can be used to check matching curly brackets in text files. It opens a text file and finds the curly brackets that open and close. The class can display a summary of the brackets that open ...
Valida Email Support forum validasimplesemail Validate e-mail address with regular expressions This is a very simple class can be used to validate e-mail addresses. It can check a given e-mail address against a built-in regular expression. The class can return success or failure error messages. ...
This class can check if a domain is available using whois. It can send a request to a whois protocol server responsible for domains of a given extension to see if the domain is available. The code of the class is in Italian. Whois class Support forum whois-class Check if a domain is available using ...
Safely Upload Support forum safely-upload Validate and process uploaded files This class can be used to validate and process uploaded files. It can take array of data for a given uploaded file and can check it to verify whether it does not exceed the maximum allowed size, check whether it has one ...
Rex Support forum rex Check proxy addresses and filter Javascript This class can be used to check if a given IP address could be a proxy server responding in ports usually used by proxies. It can generate a log with IP addresses and the information whether it can be a proxy. It can also check if ...
URL TS Support forum url_ts Check whether a page with given URL exists This is a simple class that can be used to check whether a page with a given URL exists. The class establishes a connection to the server of the given URL and sends an HTTP HEAD request. If successful the class can determine ...
Check spam Support forum checkspam Generate and validate CAPTCHA verification images This package can be used to generate and validate CAPTCHA validation images. It can create an image in the PNG format displaying a random text. The text is stored in a session variable for later verification. The ...
chkFiscalCode_it Support forum chkfiscalcode_it Check Italian VAT and fiscal Code Italy With this class you can validate italian VAT and fiscal codes. Main class Documentation Test page Site Meter
PHP Debugger and Helper Support forum php_debugger Log errors and check PHP code This class can be use to help debugging PHP applications. It can capture and log any errors and thrown exceptions even when PHP error reporting options are disabled. The logged errors are translated into more readable ...
Class that generates HTML forms supporting: - Multiple inputs may be interconnected in such way that client side events that occur on one input can trigger actions on the context of other inputs. Developers may use input interconnection support without writing Javascript code. - Can be extended with ...