Posts by Matheus Jordan • 193 points
4 posts
-
1
votes1
answer16354
viewsQ: What is net::ERR_CONNECTION_RESET and how do I resolve it?
Good afternoon, I developed a system to manage the FTP of the company where I work, in this way, locally works perfectly and when I go up to the server and try to send a file bigger than 30mb, it…
phpasked Matheus Jordan 193 -
8
votes3
answers2192
viewsQ: How to work with multi tenancy architecture?
I was asked to develop an application with multi tenancy architecture in the PHP language using Mysql as a database. After reading several materials and posts on the Internet, I had a question. How…
-
6
votes3
answers2852
viewsQ: How to force a download with ajax?
I am using PHP’s DOMPDF class to generate reports of accounts receivable with dynamic filters. The user selects the filters in a form and asks to generate, so far so good. But he will have the…
-
3
votes2
answers6065
viewsQ: How to add 3 columns of different tables
I am developing a financial system. Today we have the following situation: Banks (id, name, outstanding); Recipes (id, geraParcela, qtyParcelas) Receitas_installments (id, id_recipe, value,…