Home | Login | Register | user control panel | view your posts |
question
FAQ
news
News
feedback
Feedback
HTML CSS PHP SQL
View unread posts | View new posts | View active posts
Login | Register | Search:
PHP prevent SQL injection
user
forum by: user: nick, Post on: 2021-10-20 20:28:58, Posts: 129

php prevent sql injection

user: admin / Posts: 36 / post on: 2021-03-17 20:56:40
user
php prevent sql injection
The first thing to do would probably be to replace every mysql_* function call with its equivalent mysqli_*, mysql_connect will be replaced by mysqli_connect mysql_error will be replaced by mysqli_error and/or mysqli_connect_error, depending on the context mysql_query will be replaced by mysqli_query and so on

Post User for this topic: title
Please Login to replay: Login | Register