Posts by Rafael Ribeiro • 88 points
4 posts
-
1
votes2
answers3869
viewsQ: Skip line Javascript
I have this Javascript function that only allows the user to type 42 characters. Someone can help me, I need every time I reach 42 characters to skip a line instead of blocking typing. My problem is…
-
0
votes1
answer110
viewsQ: PHP and Mysql: base64_decode inside SELECT
Hello, I have an INSERT that registers in the bank with base64_encode(), working perfectly. "INSERT INTO Atendimento_Campo_Prontuario ( acpr_id, acpr_apro_id, acpr_valor ) VALUES ( :acprn_id,…
-
1
votes1
answer369
viewsA: Implementation of credit card payment system
The closest link you could get would be with Cielo. It depends on contract, code adequacy and it seems that code approval.
-
4
votes2
answers975
viewsQ: Make a conditional update on ON DUPLICATE KEY
I have a query that takes the data from a . csv and inserts the data into the table. If the position is the same it updates the fields. I need that in addition to checking the position the query…