Posts by Noa Sie • 9 points
4 posts
-
0
votes2
answers176
viewsA: How to recover all data from a datatable column after a search has been done?
A command in SQL that I know works is the LIKE SELECT nome_da_coluna FROM nome_da_tabela WHERE nome_da_coluna LIKE '%MINHA CHAVE DE BUSCA%' If your script prints the result in real time, then the…
answered Noa Sie 9 -
0
votes1
answer73
viewsA: Tax Calculator - Cents Aren’t Adding Up
You talking, man, huh? Your number_format is written in a way that PHP does not use for calculations. I put together a few simple examples to understand how to handle numbers and calculations in PHP…
-
-2
votes2
answers46
viewsA: Doubt about domains
You have to register your own domain for your client (just like you did for yourself), and hire a hosting service, publish the DNS and send the system to your client’s server. Basically what you did…
web-applicationanswered Noa Sie 9 -
0
votes0
answers107
viewsQ: Intersection between columns of separate tables in Mysql
By the book: 1 - Summarize the problem: I’m Unable to Achieve an Intersection between columns of different tables 2 - Include details about your goal I am building a PHP BINGO and need to realize an…