Posts by Wilton Gallego • 23 points
4 posts
-
0
votes2
answers29
viewsQ: Passing POST Asynchronous, array returns 0
I’m trying to pass the data from one Form to another page: My Option is doing a query in Mysql to return the values within the option options. <form method="POST" action=""> <div…
-
0
votes0
answers169
viewsQ: Php PING slowing page return?
I am setting up a monitoring system and some other functions, among them I am creating a Dashboard that gives me the return of the equipment "ON" or "OFF" by ping with the following code; <?php…
phpasked Wilton Gallego 23 -
1
votes2
answers71
viewsA: PHP comparator " != "
I was able to solve it this way, in case I help someone with the same problem as mine !!! <?php //Valida se campo usuario ou senha estao vazios if (empty($_POST['user'])) { echo "<h1>Campos…
-
0
votes2
answers71
viewsQ: PHP comparator " != "
I’m having some difficulty with the following code; //Verifica Se o usuario esta cadastrado no Codelist $query = "select trim(loginid) loginid from yfs_user where loginid = '$USER'"; $stmt =…