MySQL Forums
Forum List  »  PHP

Re: Connecting myPHPadmin to web page
Posted by: Barry Galbraith
Date: October 03, 2017 10:26PM

Oops!
This line should be
$lName = mysqli_real_escape_string($link, $_POST['lName']); // do it this way to help avoid SQL injection

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
October 01, 2017 03:08AM
Re: Connecting myPHPadmin to web page
October 03, 2017 10:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.