URLVAL.PHP URL Validation Module for Phorm The purpose of this module is to allow the user to validate a URL. INSTALLATION To install this module, place the file urlval.php in your plugins directory and add the following line to the registry file registry.php: < valid urlval.php USE When installed, the URLVal plugin creates a new validation criterion named URL. Simply apply it to the fields you wish to check: URL»WebPage»1 The URL criterion has one optional argument, NoAuth. If it is present, auth information (username:password) in the URL will cause the validation to fail. URL NoAuth»WebPage»1 That's all there is to it! =========================== Copyright (c) 2003 Holotech Enterprises (phorm@holotech.net) You may freely distribute this program as-is, without modifications, as part of a valid Phorm distribution. If you are not sure whether you have a valid distribution, you can obtain one from http://www.phorm.com/. You may use this program freely, and modify it for your own purposes.