Posts by eduardo belini • 79 points
6 posts
-
1
votes1
answer115
viewsQ: Problem loading a.gif file while updating the php page?
I have a problem in my code to load a gif when updating a page gif until it appears more does not come out is running straight. Can someone help me? Here is my javascript: <script>…
-
1
votes1
answer302
viewsQ: How do I run a.php file?
I have a page on php and would like to run another code on php but I’m not getting anyone can tell me what I’m doing wrong: if ($_GET["URL"] === 'WEEK' || $_GET["URL"] === 'week'){ $obj = new…
phpasked eduardo belini 79 -
0
votes1
answer88
viewsQ: How do I upload a php file by replacing the existing file?
I need to upload a file but this file will have the same name only with different content, I have the code below that makes this file upload only when I put a different file with the same name it…
-
4
votes3
answers195
viewsQ: Can you do a + or - value operation in a Mysql query?
Example: select quantidade from tabela where quantidade é mais ou menos = '5'; Does anyone know any way to do this in Mysql? I have an approximate value of 5 and I would like to bring it from the…
mysqlasked eduardo belini 79 -
1
votes3
answers1274
viewsQ: Can you place an array in a Javascript variable and compare it to the value in the text field?
I have the code below and need to get several different values at once. One way I thought was array no longer works. After Ajax he brings me the result in id zpl, if the result comes empty it…
-
0
votes1
answer558
viewsQ: How to scan an array of a variable and compare with another variable?
I have the code below works well, but I would like the information in strings to be taken in an array for example: $array = array('cia','Cia','dia','Dia','hoje'); and check if one of the above words…
phpasked eduardo belini 79