Posts by Rafael Assmann • 381 points
24 posts
-
0
votes1
answer342
viewsQ: How to Update Stock Using a CSV File
I am using a manual stock synchronization module created by Brtsync, but I need to perform an automatic synchronization process, for example, consuming the fields of a CSV already generated by…
-
2
votes1
answer558
viewsQ: How to recover MYSQL password with mysqld error
today was wanting to change the root password of my mysql that is on a windows server 2008. However I ended up forgetting the password, searching checked several techniques stopping mysql and…
mysqlasked Rafael Assmann 381 -
0
votes1
answer628
viewsQ: How to protect me from this PHP backdoor?
A few days ago a site I developed was invaded by those famous php backdoor. What I keep thinking is where is the root cause of the invasion of this blackhat? I know that I must control my folder…
-
1
votes0
answers22
viewsQ: Audits Google Chrome - Control and elements must have labels
I checked the Audits of Google Chrome and alarmed in accessibility that my inputs do not have labels, but esotu using placeholder, what do you think? I believe that this mistake accused is not real,…
-
2
votes0
answers43276
viewsQ: Confirm ERR_CACHE_MISS form resubmission by going back to previous page?
Staff after I fill out a form and send to the database via POST, and after that go to another page, when I return to this form by the browser "<-" this error occurs on the screen: "Confirm form…
-
0
votes1
answer1836
viewsQ: How to open new tab without blocking pop-up after windows.open()?
I’m having trouble opening new tab after a confirm and windows.open, follows the code: function dec(){ var matricula = "<?php echo $matricula;?>"; var receita = "<?php echo $receita;?>";…
-
2
votes1
answer999
viewsQ: Round up instalment values for the first instalment
For example: venda de R$ 200,00 em 3x: parc 1: 66,67 parc 2: 66,67 parc 3: 66,67 Besides not making it easy, you’d be charging the customer an extra penny. I would need a solution such as: parc 1:…
-
1
votes1
answer373
viewsQ: How to transfer a Javascript array to a PHP array
How can I transfer a Javascript array to a PHP array ? Javascript function array of expiration dates (datasvenc) in the registration file.php: function calculamensalidades(){ var datasvenc = new…
-
4
votes1
answer409
viewsQ: Streamline Ajax Jquery Autocomplete with json data
I want to make suggestions dynamically with this API. How to streamline the suggestion file by listing data from the mysql database? Download the DEMO:…
-
0
votes2
answers1490
viewsQ: How to clear inputs after performing an ajax request?
I have an AJAX function that while loading the database information to feed the inputs is written "Loading...". If you do not find any information it continues with this loading written in inputs…
-
6
votes1
answer13726
viewsQ: How to Treat Variable Filled by NAN Javascript
I have a <input/> in HTML that when being filled in triggered some calculations to automatically fill in the others inputs, but if I don’t fill out the data this <input/> that triggers…
javascriptasked Rafael Assmann 381 -
0
votes2
answers3432
viewsQ: How to pass Javascript array for PHP variable
What is the best way to transfer two arrays in Javascript for variables in PHP, follow my idea below, it would work? Javascript function array of expiration dates (datasvenc) in the archive…
-
0
votes1
answer2239
viewsQ: How to write MYSQL data to two tables at the same time
How to write MYSQL data to two tables at the same time, but the second name table "t_cadparcelas" should insert more than one record according to the number of installments so I implemented for but…
-
0
votes1
answer283
viewsQ: How to redirect the ID of a current registration to print
I want to redirect an id that I will get only after clicking register, at this time I perform the insertion in the database in php and soon after I want to redirect via javascript to a page printing…
-
0
votes1
answer72
viewsQ: How to pay for browser data after registering in the database
I have a page for user registration and Internet in a single page, I need to delete the data after clicking register and insert in the bank, because if I update the page the record is duplicated in…
phpasked Rafael Assmann 381 -
1
votes1
answer430
viewsQ: Doubt of Concept when registering parcels in the database
Personal case I have a sale to be registered, with contract number, customer data and among others and I have sales fields with plots... Here comes my question, should I create a table of plots…
mysqlasked Rafael Assmann 381 -
0
votes1
answer1013
viewsQ: How to search for users in the database without select option
Good staff always found bad a method I use to search users in the database in a select option, when I have many records the page takes to load and only tends to get worse, someone has some idea of…
phpasked Rafael Assmann 381 -
-1
votes1
answer582
viewsQ: How to use Javascript using FPDF
I have a classa fdpf in php to display information of the purchase made through registration of my database, but I cannot execute a javascript command to calculate and display the numbers of…
-
0
votes2
answers781
viewsQ: How to perform more than one select for only two fields from another table
I’m not able to select more than one table to display only the ID and name data (table t_cadclients), I’m performing the SELECT of the entire t_cadcontracts table with WHERE in the contract number…
-
1
votes1
answer444
viewsQ: How to treat select by client ID between two PHP pages
Personal when I select a client and after that I enter in the page of their crediarios and having perform new registration crediario the ID of this client is lost, how can I treat this? file to…
phpasked Rafael Assmann 381 -
3
votes2
answers1185
viewsQ: How to add and search BD products with JSON in HTML dynamic fields?
Personal I cannot get values from performing research with JSON and database after adding new dynamic product line with Javascript. HTML form, the product is searched by code: <form…
-
0
votes2
answers2006
viewsA: How to insert dynamic tables referring plots
Manuel first thank you! so I implemented select in html this way: <select onchange="mensalidades()" id="mensalidades" > <option>1</option> <option>2</option>…
javascriptanswered Rafael Assmann 381 -
1
votes2
answers2006
viewsQ: How to insert dynamic tables referring plots
I am working with a sales record of product, when entering the product I can handle a discount(%), input value and then I have the final value, I can select in HTML input number a portion number in…
javascriptasked Rafael Assmann 381 -
-2
votes2
answers763
viewsQ: How to receive JSON values and right after inserting them into the PHP database
I am having difficulty in obtaining the values of JSON I consult from my stock, after consulting it and filling in my inputs I filled in some more fields manually and soon after registering this…
phpasked Rafael Assmann 381