Questions tagged as 'html'

2
answers
1
answer

Hide end user errors using Laravel

I'm starting with Laravel, I got the error that I show below, it's already solved, the detail is that I can not find the way that when an error occurs does not show all those details in the browser. Can you help me with the configuration of Lara...
asked by 24.10.2018 / 21:39
2
answers

Detect the closing of a window, when the user returns to the web

On my website, users can press a button to make an action (from a window that opens). What I want to know is how to execute a function when the user closes it, or when it returns to the web. The two forms serve me. This is only to check the t...
asked by 17.10.2018 / 15:04
1
answer

Various input with the same name

I want to put several input with the same name, but as soon as I try it, only the first works. What I want is to change a text color infinitely, and I have that, but it only works in the first input, as I said before. I wanted to know if it can...
asked by 19.10.2017 / 15:44
2
answers

How can I sell products from a website? [closed]

How about, I'm new to web programming and I have a project for a sales website, what topics should I investigate?     
asked by 08.10.2017 / 15:58
1
answer

How can I select the last 3 IDs from SQL with PHP?

I am creating a kind of portal with news which is divided and the container, which is where the news is stored and the last 3 are displayed. I have this code, which shows me from id 3 to 1 but I am looking for see only the last 3, can you explai...
asked by 23.08.2017 / 12:20
4
answers

Modify links that contain a [closed] image

I'm trying to find in HTML all the images ( <img> ) that are contained by a link ( <a> ). The expression that I have achieved and works more or less well is: '/<a.*?href=\"(.*?)\".*?>(<img.*?src=\"(.*...
asked by 24.07.2017 / 07:52
3
answers

Problem when inserting into the database [closed]

I have tried to store values in my database and I have run into a problem constantly since I can not insert one of the values and I do not understand why, the attribute is well defined in both html and php, but still I do not give with the error...
asked by 19.11.2016 / 15:11
1
answer

How to align lists in columns with Css? [closed]

I have 4 lists (Company, Services, Rate a Services and Contacts) and I need to show them on my page as in the image but by assumptions in an aligned way, what should I do ???     
asked by 02.11.2016 / 19:25
1
answer

How do I delete an entry with jQuery?

I am creating a task app with jQuery, to practice nothing else but I have a problem when it comes to eliminating a task, here's the code I hope you can help me The jQuery code is: $(".agregarBtn").click(function(){ var texto = $(".agre...
asked by 01.09.2017 / 18:09