Posts by Daniel Ricardo • 51 points
6 posts
-
1
votes1
answer69
viewsQ: change a foreach view according to the data it receives
I don’t know exactly how to ask this question, I’m developing a pizzeria system, where it has a very simple shopping cart that picks up the pizza id and displays in the cart when the customer…
phpasked Daniel Ricardo 51 -
-1
votes1
answer42
viewsQ: ajax or Ubmit work in a page loaded in . load()
ola pessoal tenho duas paginas mostra.php que contém alguns informações e a pagina index.php am loading the page shows.php on the index.php page with load as follows $(document).ready(function(){…
-
-1
votes1
answer31
viewsQ: Is there any way to redirect if you can’t find the mysql database?
I’m having a question, is there any way to redirect the user to a page 404 in case you can’t find the database on the connection? follows my code $banco = 'qfood_'.$bdv; $conn1 =…
-
0
votes1
answer97
viewsQ: How to specify in javascript the set of inputs that have been cloned
I am set up a request system that takes information from the database and fills the fields with it. Follow the request code that fills the fields with the information: $(document).ready(function(){…
-
0
votes1
answer515
viewsQ: function js calling twice
I am having a problem creating a function in java script that needs to be executed in a file but this calling several times the same function when I try to put the function in input does not work…
-
0
votes1
answer47
viewsQ: Search for terms out of order php MYSQL
Hello folks was doing a search around here and would like to know how do I search for out-of-order terms example I have a table with the following name: name_prod in it is an example of a name:…