Jump to content
MakeWebGames

deprecated code problem please help


Recommended Posts

Posted

Deprecated: Function sql_regcase() is deprecated in /home/cripple/public_html/globals.php on line 38

code:

$val = preg_replace(sql_regcase("/(from|select|insert|delete|where|drop table|show tables|#|\*|--|\\\\)/"),"",$val);

Posted

Thats cause its deprecated.

If your trying to clean sql queries, then just use preg. Or make a wrapper so that you don't have to worry about passing full queries and cleaning them.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...