Hello, I'm having trouble printing data from a table.
Update : I put the following lines in the connection.php file:
public function select(){
$sth = $this->prepare("SELECT id_prato, titulo, descricao, preco FROM prato");
$t...
asked by
18.05.2015 / 01:27