Posts by Gabriel alves de lima • 87 points
3 posts
-
0
votes2
answers344
viewsQ: Php does not assign value in $_SESSION
This registration system, I have a button to delete the product in BD <form action="remove-produto.php" method="post"> <input type="hidden" name="id" value="<?=$produto['id']?>">…
phpasked Gabriel alves de lima 87 -
4
votes1
answer493
viewsA: How to put the return of Ajax [form] inside a div?
The "date" that is returned to you is an object, should be read as data.algumacoisa or data['algumacoisa']. Try to use a function in executa.php that returns some TEXT to you, because you have…
-
2
votes0
answers100
viewsQ: Collect email and send via post to php ( Facebook canvas )
I’m making an app that’s right at the beginning, I worked really hard before asking for help here... I need to take the guy’s email and send it to php as a POST... here is the code:…