We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e16df commit 0269c88Copy full SHA for 0269c88
README.md
@@ -7,6 +7,15 @@ will be more vulnerable than if you use the recommended newer mysqli-functions i
7
So only If you are sure that this is not setting your server at risk, you can fix your old
8
code by adding this line at the beginning of your old code:
9
10
+### usage
11
+
12
+Download and include the file in the top of your PHP script:
13
14
+ <?php
15
+ include_once('fix_mysql.inc.php');
16
17
+### discussion
18
19
see: https://stackoverflow.com/a/37877644/1069083
20
-If you have any questions open an issue there or enhancements as Pull Request
21
+If you have any questions open an issue here or enhancements as Pull Request
0 commit comments