So what is this site? Ever needed custom formatted sample / test data, like, bad? Well, that’s the idea of the Data Generator. It’s a free, open source script written in JavaScript, PHP and MySQL that lets you quickly generate large volumes of custom data in a variety of formats for use in testing software, populating …
Daily Archives: November 16, 2010
PHP Validation
Demo form and explanation Probably the best way to understand how the script works is to see an example. Take a look at the demonstration page. The PHP and validation code in that page is this:
PHP dbug | Style print_r arrays vars
PHP version of ColdFusion’s cfdump. Outputs colored and structured tabular variable information. Variable types supported are: Arrays, Classes/Objects, Database and XML Resources. Ability to force certain types of output. Example: You can force an object variable to be outputted as an array type variable. Stylesheet can be easily edited. Table cells can be expanded and …
Automatically Putting the Cursor in a Field
Automatically Putting the Cursor in a Field [ad code=1] <script type=”text/javascript”> document.forms.loginForm.kt_login_user.focus() </script>