Posts by Samuel Arna • 45 points
9 posts
-
1
votes8
answers44013
viewsA: How to remove auto complete input from google Chrome?
An alternative that I use and consider simple, would be putting a wait time and cleaning the values of the fields, since there is a short interval until the browser autocomplete with the…
-
0
votes1
answer35
viewsA: Undefined index when fetching database records
Did not set the index total_earned check that the field name in your db table is equal to 'reward_qty'. try changing the stmt to $stmt = $con->prepare("SELECT SUM(reward_qty) AS total_earned FROM…
phpanswered Samuel Arna 45 -
1
votes2
answers84
viewsQ: Grouping of the Array?
I got the following array: Array ( [0] => Array ( [0] => ) [1] => Array ( [0] => Cor [1] => Azul ) [2] => Array ( [0] => Peso [1] => 100kg ) [3] => Array ( [0] =>…
phpasked Samuel Arna 45 -
1
votes2
answers541
viewsQ: How to separate string in array?
I have a column descri_produto which would be the product description. The problem is that I am not able to separate the description in array. $cat = $_POST['categoria']; $sql= "SELECT DISTINCT…
-
0
votes1
answer41
viewsQ: Set service price in select
I have a question, I have a table of requests id,name,request,value,date... and on my page I have a form with select, I would like that when I select an option it sends to db the name of the order…
-
0
votes1
answer126
viewsQ: Button running one function in js and another in php
Good afternoon guys, I’m having a doubt would have as soon as I clicked on the button it called a function in js and another in php? I have a problem I want a variable in case $name receives the…
-
1
votes1
answer129
viewsQ: How to reset form after Ubmit?
have tried onsubmit="this.submit(); this.reset(); return false;" however it sends a form Azio to the email, already tried echo "<script>alert('Enviado com…
-
0
votes0
answers77
viewsQ: Browser Chrome x IE Wordpress
I have some sites on the same server with wordpress in which appear with loading error of certain images, recently I changed a flag on Chrome because some sites like facebook were not loading…
-
0
votes1
answer58
viewsQ: How do I use Mysql in a common form?
I’m having trouble using a Mysql database I have on a host (Bluehost) in a C#application, I would like to view the tables in an application but I can’t connect to DB , I already installed the Nector…