Posts by Wendell • 61 points
4 posts
-
1
votes2
answers525
viewsQ: Turn Sequence of Numbers into Data with PHP and SQL
I have a database that has a numerical sequence recorded in a table that means a publication date of an article. I wonder if someone can decipher this numerical sequence so I can print the correct…
-
2
votes0
answers147
viewsQ: Filter Products by Category in Opencart
I have a code in Opencart, it randomly displays the products from the store. I would like to modify this code to display the products of a specific category through id or in the best way. The…
-
1
votes1
answer393
viewsQ: Fill Select Automatically via If and Else with Jquery
I am in need of a help. I have a form that captures address information through the zip code. I need a Jquery function that will select a field in a select depending on the automatically filled…
-
2
votes2
answers1119
viewsQ: Auto select a select option from an input
I have a form, where he collects data from the post office through the zip code. I have the following imput: <input type="text" name="estado" id="estado" /> If the person filled in a São Paulo…