Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Either a bug (protest on a friend's iPhone), or a feature of safari.
That is, the developers of this site have a moment in the code that Safari does not support.
remove:
...
if (isset($_GET['recepient'])) {
$recepient = $_GET['recepient'];
$query = query("SELECT * FROM test WHERE `recepient` = '$recepient' ORDER BY ID DESC");
while ($row = mysqli_fetch_assoc($query)) {
echo $row['id']."| ".$row['recepient']." | ".$row['msg']."<br>";
}
} else {
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question