Skip to content

Commit 0269c88

Browse files
authored
Update README.md
1 parent 98e16df commit 0269c88

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ will be more vulnerable than if you use the recommended newer mysqli-functions i
77
So only If you are sure that this is not setting your server at risk, you can fix your old
88
code by adding this line at the beginning of your old code:
99

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+
1019
see: https://stackoverflow.com/a/37877644/1069083
1120

12-
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

Comments
 (0)