Posts by Thiago • 47 points
3 posts
-
0
votes1
answer489
viewsQ: Delete a record after making a query?
Exists as after a query delete the returned result from a bank? I have a message table (from,to,message) each time I refer I should delete the read message(s).
-
2
votes1
answer626
viewsQ: Handle Json Array in PHP
How do I get a particular item from a PHP array. I have the following code: <?php if (isset($_POST['newUsers'])) { $newUsers = $_POST['newUsers']; foreach ($newUsers as $user) { $usr =…
-
2
votes1
answer856
viewsQ: Receiving Json array in PHP
I have the following code on the application side: function enviaMensagem() { var send = "http://appchat.host56.com/mensagem.php?jsoncallback=?"; $.post( send, {"table": [{"d":1, "p":1, "m":…