Quote:
Originally Posted by k0nr4d
Exactly the same way as any other variable
$result = mysqli_query($con,"SELECT * FROM Documents WHERE Writer REGEXP '".mysqli_real_escape_string($con, $_SESSION['name'])."' ORDER BY ID DESC;");
|
Ah okay, I was using the same as in my HTML code, thanks for clearing that up for me man
