Questions tagged as 'html'

1
answer

Laravel- Trying to get property 'name' of non-object

I am developing a product catalog system with Administration Panel in Laravel 5.5. I've finished it and everything works, except that I can not filter my products. When I do the function: dd($products); to verify if it does filtering,...
asked by 01.11.2018 / 22:28
0
answers

Loading one select from another

I'm trying to load a select from another with ajax and php the code I'm using is the following <?php include_once("configuracionbd.php"); $consultaPrograma = "SELECT * FROM programa ORDER BY id_programa"; $query = mys...
asked by 31.10.2018 / 13:25
0
answers

Help with btn-group in Bootstrap 4

I'm working with Bootstrap 4 I have the following code: <?php $aprobar = '<form autocomplete="off" class="was-validated" method="post" action= "pedidos.php?id='.$rowid.'&user='.$rowUser.'"><button type="submit" class="btn btn-s...
asked by 31.10.2018 / 19:17
1
answer

Work with fractions in Javascript

Good! I am creating a super simple calculator through forms, it is only based on this proposed systems of equations resolver: link The problem that arises is that when entering a fraction of the type "x / y", the parseFloat that is in the l...
asked by 31.10.2018 / 19:45
1
answer

Websites with continuous background

wanted to inform me how to make a page with Bootstrap for example but with a continuous background (As the examples I put below but extending the background as the docker page: link ). I would greatly appreciate your help, greetings. Ej1:...
asked by 30.10.2018 / 19:20
0
answers

Requested JSON parse failed

I am learning how to send and receive data in json format through ajax and jquery. Only that when sending and receiving them I always have parse error but I already tried to make many modifications and I still can not solve my problem, could you...
asked by 30.10.2018 / 00:19
0
answers

Error 404 login form in PHP with MySQL

Very good. I've been trying for a few days to make a small page to add users to my database in MySQL. Before I can add the users, I have made another page where I must enter a login correctly so that it redirects me to the user creation form....
asked by 28.10.2018 / 15:18
0
answers

how to call style file from javascript

I'm doing the integration of the rich text editor SCeditor, and when I have to give the styles I have to enter the path of these, the problem is that I am working with flask, and it does not implement them. I tried the standard way    '../...
asked by 29.10.2018 / 13:59
3
answers

datalist dependent on another datalist

I would like to be able to create a form with datalist dependent on other datalist for provinces and localities for example. I have found a good datalist compatible with all browsers included safari which is not supported natively. I hope you ca...
asked by 26.10.2018 / 12:14
0
answers

login does not redirect to server

I have a login already tested in localhost that works for me and when uploading it to the server it does not redirect me to "index.php", when I enter the user and the pass, but after sending the request to the server I must edit in the URL the "...
asked by 04.11.2018 / 21:42