I have a page where the intention is to upload a series of messages received by a user. For that in the principle of loading the page I do the following:
<?php
$conexion = new Conexion();
$sql = "SELECT id, fecha_hora, remitente, asunto FRO...
asked by
04.08.2017 / 17:10