Posts by Anderson • 17 points
8 posts
-
-1
votes1
answer55
viewsQ: Cardview on each other’s side
I want to leave Cardview side by side, but it’s in list form: <?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView…
-
-1
votes1
answer48
viewsQ: Send html form with ajax to process form data with php and return to index.html
I have a form in html that receives a zip code, and is sent (action) to my class in PHP, which returns the address and I wanted to take this return address and put in my html page, but I don’t know…
-
-1
votes1
answer383
viewsQ: How to send data via form to php file and return the result in an html field
I wanted to send the data via form, which would be used in my php class, and with javascript capture this result and play in my html field, with on click of js. But I’m not succeeding with "action"…
-
0
votes2
answers349
viewsQ: How to center html blocks and keep them even after zooming in the page
I am not managing to center my Father block (red block) in the center. I want it to stay in the center so that even after zooming in on the page it’s still centered. I’m not being able to access the…
-
-1
votes1
answer155
viewsQ: file_get_contents() error!
I have the html form: <div id="formulario"> <form method="POST" action="Controller/jsonTeste.php"> CEP: <input type="text" name="cep" placeholder="Insira o cep" required/>…
-
0
votes1
answer36
views -
-1
votes1
answer36
views -
0
votes3
answers11136
viewsA: Store data inside a Python loop array
Use "Insert" to insert elements in the list via its index (in python it is not valid by assignment). As vc started a new loop "while" it is also necessary to reset the count of the control variable…