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=...
Lennalennard asked 31/3, 2012 at 7:47

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:...
Clamorous asked 29/8, 2013 at 11:34

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...
Daughterly asked 23/2, 2013 at 22:18

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.