Php Archive
-
Javascript validations for Numeric data and Integers
Posted on | No CommentsThese are some useful javascript functions you can use for validation in html. You can use it onkeyup, onchange, onsubmit, onclick, …. If only numbers need to be accepted function […] -
Removing file extension via .htaccess
Posted on | No CommentsTo make the following URL : www.example.com/about-us.html to www.example.com/about-us we need to rewrite the htaccess. We have an easy method to rewrite all the files with just one code. RewriteEngine […] -
Deprecated: Function eregi() is deprecated – Simple ImageShack
Posted on | No CommentsError : ——————————- Deprecated: Function eregi() is deprecated in /home/XXXXXX/public_html/forum/sis/SISxmlapi.php on line 166 Deprecated: Function eregi() is deprecated in /home/XXXXXX/public_html/forum/sis/SISxmlapi.php on line 166 Deprecated: Function eregi() is deprecated in /home/XXXXXX/public_html/forum/sis/SISxmlapi.php […]