Posts by Thiago • 3 points
5 posts
-
0
votes1
answer64
viewsA: Filter with select using Javascript and php
So instead of clicking the send request button because you don’t try to use an onchange() in select, check it out: HTML: <label for="regiao_filtro">Selecione a região:</label> <select…
-
0
votes1
answer36
viewsQ: Sending a Java Socket message
Hello I am "trying" to make a server socket until there I got but I am not able to make the communication between the servers. But the weirdest thing is the following check out the print below But…
-
0
votes1
answer31
viewsQ: Php Json Enconde Error
I’m trying to solve a problem always PHP is returning the Else code "Wrong administrator password." But the fact is that the password is correct... Well I tried everything so far. <?php $email =…
-
0
votes0
answers92
viewsQ: Update table after payment completed PHP
Good I’m trying to automate the release of products in my store so I made a purchase status system only that does not update the line that was paid or create a new line Behold:…
-
-1
votes1
answer749
viewsQ: Display username after logging in
So after long hours trying to display the login user name only I could not. I think something is wrong just don’t know where it’s wrong xD PHP: <?php require('config.php'); //INICIA A CONFIG PHP…