Posts by JonatasM • 47 points
5 posts
- 
		0 votes1 answer92 viewsQ: How do I search on an external website?How can I do CPF/CNPJ research in SERASA using PHP, I searched, but I didn’t find much to do, but I found online services that works, someone can tell me how to do it. 
- 
		0 votes1 answer398 viewsQ: Consult BD after leaving the input focus and return results without refreshing?I have a table that has about 30 input fields to perform a release, example: <input type="text" size="8" name="Codigo[]" placeholder="Codigo" maxlength="8" /> <input type="text" size="8"… 
- 
		2 votes2 answers321 viewsQ: Does the Mysql Select command differentiate numbers that have zero on the left?I have a table on MySql which has a field called Codigo, of the kind varchar(20), this field in the case accepts codes that have zero left and codes that do not have zero to the left. Example:… 
- 
		0 votes1 answer105 viewsQ: How do I handle Variables in PHP?I have the following code in PHP: Array: $eqCodigos = $_POST["eqCodigo"]; Treatment Attempt to save to Mysql $eqCodigo1 = explode("\n", $eqCodigos); $eqCodigo2 = array_filter($eqCodigo1); $eqCodigo… 
- 
		1 votes2 answers573 viewsQ: Does anyone know why Mysql Select sometimes doesn’t work?I am facing a problem, in which I have a table in the BD and it contains the data. However when I do the SELECT, some data it returns and others not. For example: On the table Codigos i have the…