Posts by Rui Banha • 21 points
2 posts
-
-2
votes1
answer42
viewsQ: INNER JOIN in 2 tables from 2 different databases
Good afternoon, I need to make an INNER JOIN between 2 tables where each one is in a different database, but on the same server. I have 1 table called "settings" and others called "customer…
-
2
votes2
answers343
viewsQ: submit a form when selecting a select option, without re-loading the page
I need to submit the data of a form (are Hidden) when selecting the option in select, this with ajax without page Reload. I have the following code, which works well but does not send (POST) the…