Questions tagged as 'html'

1
answer

Blank page when printing a Mysql statement using Laravel

I have this mysql statement public function mayores(Request $req){$taquito=DB::select('select * from clientes where edad = ?', [18]);view('Layouts.mayores',compact('taquito'));} to get all my clients older than 18 years old which is inside...
asked by 23.10.2017 / 12:57
1
answer

How to add and remove selects with jquery?

Hi, I have a jquery code that works perfectly for me to add new inputs. The problem is that I also need to add dynamic selects for my system and I really do not understand the syntax of jquery. I would greatly appreciate your help. Certainly the...
asked by 01.09.2017 / 15:04
3
answers

problem when uploading photo with jquery and php

At this moment I am trying to upload a photo with ax folder but the photo save is not executed, because when I press the button it is sent the whole page and the process is not done without reloading the page, to then I leave the codes that I ha...
asked by 01.09.2017 / 02:33
2
answers

INSERT INTO does not work and the code does not give an error

I try to insert data into the database, mysql and it does not give me the else error and no php error or something, 3 days ago I'm trying to find how to do it and nothing, the code is fine, but it throws the error and the database does not recei...
asked by 03.11.2017 / 14:32
4
answers

How to use the br tag in jquery?

I start by telling you that I have no experience with jquery and at this moment I just want to give a space each time I add an input but I can not find the form, I have put the label here and it does not work: $(container).append('<input ty...
asked by 28.08.2017 / 22:51
1
answer

PHP activity log

Greetings to all, I have a small table where everyone can consult, edit and insert and I want to know who has made some movement but without using login rather know through the name of the pc or user of windows.     
asked by 27.08.2017 / 23:54
3
answers

Div background image does not respect CSS image adjustment rules

Good! I am developing a web page for a personal project, and I have difficulties when I want to add a new function. The page is simply a table with two cells and a div in each of them. The one on the left is the menu and the one on the rig...
asked by 07.09.2017 / 15:19
2
answers

Confirmation message phpmailer

I'm doing a web (I'm just learning) and I made a contact form with phpmailer, it sends me everything correctly but what I want is to change the confirmation message when the email is sent, so now it redirects me to contact.php and I shows jn com...
asked by 28.08.2017 / 01:23
1
answer

How to open pages within an iframe conditioned by an option? [closed]

Good morning. I have a field type select and I want to do that based on the results selected in it, I open a page inside an iframe obviously conditioned by the select since it can open 4 different options.                    one         two  ...
asked by 07.09.2017 / 18:42
1
answer

Operation of form when changing it from input to select [closed]

In a contact data submission form, I previously had a input in which the user entered their country. Now I had to change the input for a select , for the user to choose the country from a list. Aesthetically everything wor...
asked by 28.08.2017 / 14:18