Posts by Victor Hugo • 85 points
8 posts
-
2
votes1
answer47
viewsQ: Load data without refersh
I have a form passing the data by GET to an API, the method put empty to load on the same page, when they return the data I put inside a div to display them, but I need you to do this without…
-
0
votes1
answer60
viewsQ: View array data
I need to display this data array and I don’t know how to make the call. I would like to take specific data such as [Postage] => 140.55 [0] => SimpleXMLElement Object ( [@attributes] =>…
-
-1
votes1
answer3545
viewsQ: How to make a query in the database with Javascript?
I would like to know how to select a table in the database with javascript
javascriptasked Victor Hugo 85 -
-2
votes1
answer31
viewsQ: Checkbox loaded from the bank
I’m having a difficulty executing a logic, I have a table in the database that saves the values of an array, takes the values of one or more checkbox selected and saves with # separating the…
-
1
votes3
answers791
viewsQ: Take a value of multiple arrays within an array
I have a question regarding an array, I have an array that stores several arrays inside, this is the result: Array ( [0] => Array ( [membro_id] => 1465 [membro_nome] => Gustavo Silva de…
-
0
votes1
answer299
viewsA: Modal receiving data from the database
Dude you need to pass the product id through the button that calls the modal, then receive this id in the modal, then you can work the rest of the information within this modal.
-
2
votes2
answers51
viewsA: Error while uploading some photos
It can be something of configuration, when going to check which type of image can go up must tbm put the maximum size allowed,have a chunk in codeigniter that would be: $config['upload_path'] =…
-
1
votes2
answers2153
viewsA: How to refresh the page without forwarding information to the php database
The easiest way is to separate your HTML from your PHP, just create a page for example receive.php and put the action of the form pointing to this page, when save redirects to the form page.