Posts by Roo Oliveira • 97 points
7 posts
-
1
votes2
answers40
viewsQ: geolocation want to take data from java script and pass to a Hidden
see the code below wanted to catch the 2 infomations in passing to a variable or to an input. <p id="demo">Clique no botão para receber sua localização em Latitude e Longitude:</p>…
phpasked Roo Oliveira 97 -
0
votes1
answer50
viewsQ: Is there any way to verify this file?
<?php $ponteiro = fopen("nome.txt","r"); //LÊ O ARQUIVO ATÉ while (!feof ($ponteiro)) { //LÊ UMA $linha = fgets($ponteiro, 4096); echo "<b>".$linha."<br>"; }//FECHA WHILE //FECHA…
phpasked Roo Oliveira 97 -
1
votes1
answer722
viewsQ: How to make a login system on the same page?
Example: The page of login and the page of usuário when you are logged in and in index, but I don’t know how to do this. <!--comeco login <html><head></head><body><h1…
-
-4
votes1
answer61
viewsQ: Where should I put my database
Hello good afternoon I’m having doubts about where to put the database if you can put in a hosting or on a vps linux which two would be better ?
javaasked Roo Oliveira 97 -
1
votes1
answer1040
viewsQ: how to take data from one mysql table and insert it into another :?
I’m trying to do brush validator (serial), but I don’t know how to do it. I have two tables: "validation" and "maturity". In the "validation" table, you have the following fields: id(int),…
-
3
votes0
answers76
viewsQ: How to make pincode activator via serial?
I’m trying to do brush validator (serial), but I don’t know how to do it. I have two tables: "validation" and "maturity". In the "validation" table, you have the following fields: id(int),…
-
0
votes1
answer407
viewsQ: How to get the date of a server instead of a local server?
I made the following form of license con.executaSql("select *from vencimento"); con.rs.last(); SimpleDateFormat df = new SimpleDateFormat("ddMMyyyy"); Date hoje = new Date(); String dataAtual =…