We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4707e6c commit 98e16dfCopy full SHA for 98e16df
README.md
@@ -0,0 +1,12 @@
1
+# php-mysql-fix
2
+
3
+A replacement for all mysql functions with mysqli equivalents.
4
5
+Be aware, that this is just a workaround to fix-up some old code and the resulting project
6
+will be more vulnerable than if you use the recommended newer mysqli-functions instead.
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
+see: https://stackoverflow.com/a/37877644/1069083
11
12
+If you have any questions open an issue there or enhancements as Pull Request
0 commit comments