I'm doing a select, in a table in my database, to get all messages from all users. However, only 1-user messages appear, the others do not!
php:
<?php
ini_set('display_errors', true);
error_reporting(E_ALL);
header('Access-Control-Allow...
asked by
05.02.2016 / 19:09