Posts by Marcelo Augusto Colombo • 91 points
7 posts
-
0
votes1
answer1218
viewsQ: Clear Form after Submit and continue on the same page, only with PHP and Html
I created a dialog to register "Categories" and "Products" in the database, everything is working correctly, but I would like that when I click on the Save "Submit" button it clears the campus…
-
2
votes3
answers998
viewsQ: Displaying successful Alert() on the same page. PHP, Html
I wanted to send the message of success or error after registering products from my site on the same page, without loading a new blank with the message, I saw similar questions, some using ajax that…
-
0
votes1
answer158
viewsQ: I click the save button to register a product in my database and nothing happens HTML + PHP
I made a code in html + php to register products in my database, the connection class is working because the client registration works and I use the same include_once("connection.php"). The form is…
-
0
votes1
answer262
viewsQ: Message from Alert Bootstrap in page header
I’m using Bootstrap Alerts 4 for "Invalid user or password" message, the message is showing, but at the end of the page, I need to scroll down a little to see. I would like to insert Alert in the…
-
-2
votes2
answers458
viewsQ: Finish buying Html + PHP
I’m making a website for a school work where I need to create List of products available in the Database, and have the option to enter in the shopping cart. Until then it is working correctly, but…
-
1
votes1
answer98
viewsQ: Insert Database items into Tbody of an HTML table using a repeat loop
Good morning, I’m doing the product listing of a database on a Html + PHP page, with the code I developed, using a While that runs until the database table still has lines, I can already get the…
-
0
votes1
answer223
viewsQ: How to get information from a tr in HTML code using Htmlagilitypack from Visual Studio
Good night, I’m doing a C# project at Visualstudio 2019 using Htmlagillypack to capture site information https://www.infomoney.com.br/cotacoes/ibovespa/ which contains the values of the stock…