Profile

Achievement

You have not received any achievements.

ginoplusio's Recent Snippets



1 2 3 Next »
function that return TrueVal if Condition is true else return FalseVal.
0 2006 posted 17 years ago by ginoplusio
When you make a login remember to use CASE SENSITIVE on password and case insensitive on username
0 1674 posted 17 years ago by ginoplusio
sorting a table through javascript
3 1762 posted 17 years ago by ginoplusio
make a query and retrieve the first record, if error occurs show it and the query.
0 1118 posted 17 years ago by ginoplusio
retrieve only one value from the query
0 1283 posted 17 years ago by ginoplusio
similar to php ereg_replace. You can pass this pattern [^A-Za-z0-9] and "" to remove from string non alphanumerical chars: s = ereg_replace("[^A-Za-z0-9]","",s) I use this function to clean input fields...
0 1751 posted 17 years ago by ginoplusio
0 1523 posted 17 years ago by ginoplusio
1 2 3 Next »