Posts by Eduardo Luiz Serafin • 11 points
2 posts
-
0
votes0
answers16
viewsQ: Insert + sign into a table field with PHP
Follow the SQL command of the Insert that I need to insert in the table, the database is Postgres. '''INSERT INTO pneu_templates (ds_template, cd_brand, cd_usercadastro) VALUES (UPPER('test+'), 86,…
-
0
votes1
answer26
viewsQ: Processing to save + signal in the BD through a registration form
I have a tire brand registration form, in one of the input fields where I inform the model of the tires, I need to pass the + example sign (ecoplus+). I take the values of the fields through a…