Posts by Venicius Back • 11 points
1 post
-
1
votes1
answer44
viewsQ: Send Variable Ajax to PHP
I’m having trouble sending an Ajax variable to PHP, the situation is as follows: Through a while, are listed all albums available in the database: include './bd/conecta.php'; $sql = "SELECT * FROM…