Posts by Lais Aguiar • 25 points
4 posts
-
1
votes0
answers41
viewsQ: Ajax request error on Node
I have a view that contains a login form. The request is sent via ajax, but the data is not being captured and req.body in the back end is empty. Even if I create a string and switch to Node,…
-
0
votes1
answer248
viewsQ: Send Object array as Ajax parameter
I have an array of objects composed as follows: {file: File(871699), x: 0, y: 0, width: 2, height: 2, …} Each vector box has an element as described above, and the first parameter, the file is an…
-
0
votes1
answer163
viewsQ: How to register in Wordpress database from Advanced custom field
On my site you can insert new photo albums from the ACF. I created a table in the database that contains the album information, such as name, location, date, etc. Only I have no idea how to insert…
wordpressasked Lais Aguiar 25 -
1
votes1
answer501
viewsQ: How to correctly divide php code into mvc
I’m doing a website for a college class and I have to divide the code by following the MVC standard. Only I don’t know very well PHP, I’m learning during the discipline so I wanted to know how to…