eregi Questions
4
Solved
I'm sorry to ask a question but I am useless when it comes to understanding regex code.
In a php module that I didn't write is the following function
function isURL($url = NULL) {
if($url=...
3
Solved
I'm trying to submit values to the database but i get an error message
Deprecated: Function eregi() is deprecated in
C:\wamp\www\OB\admin_add_acc.php on line 20 and 27
Here is the code:...
1
Solved
So, i was using eregi in my mail script, but as of lately, i get the error that the function is deprecated.
So, what is the easiest way to replace the following bit of code:
if (!eregi("^[A...
3
Solved
Possible Duplicate:
How can I convert ereg expressions to preg in PHP?
My contact form is othervise working but I keep getting the following
error:
Deprecated: Function ereg() is ...
Dominion asked 27/11, 2012 at 9:14
3
Solved
Function eregi() is deprecated. How can i replace eregi(). I try with preg_match but then stop working.
i us ethis help:
http://takien.com/513/how-to-fix-function-eregi-is-deprecated-in-php...
Aloes asked 18/4, 2011 at 9:18
1
© 2022 - 2024 — McMap. All rights reserved.