| Home » Categories » PHP » Error | ||||
Deprecated: Function eregi() is deprecated in [duplicate] |
||||
|
Article Number: 12 | Rating: Unrated | Last Updated: Sat, Sep 5, 2020 at 1:25 PM
|
||||
if (!eregi ("^[a-zA-Z ]+$", stripslashes(trim($acc_type))))//line 20 -> if (!preg_match("/^[a-z ]+$/i", stripslashes(trim($acc_type))))//line 20
Source: https://stackoverflow.com/questions/18509858/deprecated-function-eregi-is-deprecated-in |
||||
|
| ||||
Attachments
There are no attachments for this article.
| ||||
Comments ![]() There are no comments for this article. Be the first to post a comment. | ||||







Add Comment