PHP function for case insensitive regular expression matching
I'm trying to submit values to the database but i get an error message Deprecated: Function eregi() is deprecated in …
php eregiI'm sorry to ask a question but I am useless when it comes to understanding regex code. In a php …
php eregi posix-erePossible Duplicate: How can I convert ereg expressions to preg in PHP? My contact form is othervise working but I …
php forms deprecated eregi eregSo, i was using eregi in my mail script, but as of lately, i get the error that the function …
php eregii have an algorithym that gives back a number with a decimal point (I.E. ".57"). What I would like to …
php decimal eregiFunction eregi() is deprecated. How can i replace eregi(). I try with preg_match but then stop working. i us …
php regex preg-match eregi