Posts by Ulisses Arrais • 26 points
4 posts
-
0
votes2
answers165
viewsA: Inserting data into postgresSQL database with PHO, AJAX and JQUERY
Try it like this: INSERT INTO disputas (participante1, participante2, score1, score2) VALUES (".$participante1.", ".$participante2.", ".$score1.", ".$score2.")
-
1
votes2
answers634
viewsA: How to receive instant payment by credit card?
In Brazil there is no electronic payment company that does this! They always ask for 2 days be it Paypal, Mercadopago, Pagueseguro and even Bcash/Payu! Because in addition to verifying that the card…
-
0
votes2
answers44
viewsA: File sharing - php
It would be interesting to create a table with access permissions (user_permission) in it link the User id with the pages/folders or information that Cvoce wants it to have access to! That way the…
phpmyadminanswered Ulisses Arrais 26 -
0
votes3
answers71
viewsA: differentiate user type with php
In fact you would solve it on the first If! If the $_SESSION['typousuario'] is different from "student" run the select in the teacher table and direct to the teacher page otherwise direct to the…