Converts a PHP Array into a JavaScript Array
5
This is a simple function to check if an email is valid or not.
1
This little function does great for passwords, usernames, files, and anything else you need a random string for.
4
This is a simple credit card validation class that you can check for most issues before you process you form through paypal, authorize.net, or anywhere else. This also uses my Simple Error Class, the error class is required for this.
5
A very simple error class that can be pretty handy.
5
This is my MySQL database class that I use for all of my sites. Some included features are:
- Get execution time
- Error reporting (screen and email)
- SQL stats
- Get execution time
- Error reporting (screen and email)
- SQL stats
5
I made this script to delete any unneeded files from the server that weren't being used by the database. Of course you can expand this a lot more, but I cut it down a little to put it up here.
6
it give us the position of the mouse. works on IE and Firefox
use:
onclick="posicion_mouse(event)"
use:
onclick="posicion_mouse(event)"
6
Returns the keycode of the key we wrote on a textarea/input. works on IE and Firefox
7
Returns an array with all the objects with certain class. tested on IE 6 and Firefox 2
4
Very useful function that you can use to debug/show your array and it's contents.
Sometimes when you have problems with arrays and print_r() isn't very nice way to show array values because it shows everything in one line and then it is very hard to debug... this way I think it's much much easier.
Sometimes when you have problems with arrays and print_r() isn't very nice way to show array values because it shows everything in one line and then it is very hard to debug... this way I think it's much much easier.









