Questions tagged as 'html'

0
answers

Reset password does not work

I have just started a new laravel project, and the problem I have is that after making the php artisan make:auth command the login, the registration and the user recovery form are generated, all perfect. I configure the mail and everyt...
asked by 09.07.2018 / 09:00
1
answer

Merge php with html

I'm starting with this PHP programming and after being fretting a bit doing some things I have a doubt. I leave you an example of code with some conditions where I am fretting: if ($mac_device === null) { echo "-- no se ha encontrado el va...
asked by 09.07.2018 / 10:26
0
answers

Receive data from php to whatsapp: vxd

I would like to see if it is possible to do that, now I have a php code linked to an HTML page that receives data and sends it to an established email via php ... I would like to know if you can do the same but that the received data reach the n...
asked by 10.07.2018 / 16:10
1
answer

Ng-bind-html and data-toggle="modal" do not work

My project consists of creating sun elements from js, for this I use angular and its function ng-bind-html, the ng-bind-html serves me in all cases except this one. I want to add the following tag when adding a text. <a data-toggle="moda...
asked by 09.07.2018 / 15:32
0
answers

Problems navigating a PHP multiForm

I have a problem with a form (divided into three forms) that I have done with a php session to get the data later. (I'm using Semantic UI (that's why I have it in 3 separate forms instead of one)). I put a small example of what the code is wi...
asked by 09.07.2018 / 13:11
0
answers

How to take 2 forms (validated by Semantic UI) take your data by php?

I have a page in which to make a multi-Step (all done with Semantic UI) I was forced to make 3 different forms since only one, I could not.  Now I want to obtain the data of the three forms in a php, but when it comes to taking the data, I only...
asked by 08.07.2018 / 20:09
0
answers

Convert html elements with fixed dimension in percentage

If for example I have these 2 elements DIV with width and height fixed <div style="background-color:red; width:1440px; height:400px"></div> <div style="background-color:blue; width:1440px; height:400px"></div>...
asked by 08.07.2018 / 17:44
1
answer

Error handling nav menu in visual studio 2015 web forms with c #

I am developing a website, I have put it in a menu using nav with a couple of submenus, when I run the program it enters the first menu option correctly, but when I access a second option it gives me the following error: Server error in the a...
asked by 08.07.2018 / 16:34
1
answer

How to change the incoming side of the modal overlay animation Css JS HTML

I have this code, I just need to make the modal enter the right side of the screen (right - left) the way it does on the contrary CSS .overlay{ height: 100%; width: 0; position: fixed; z-index: 1; left: 0; top: 0; background-color:...
asked by 07.07.2018 / 06:18
1
answer

Problems interpreting html files

Good afternoon community, At this moment I have a problem with the call of some html files and I really have no idea what it could be. I have two files called from different folders inside the apache root folder, in one folder the html fil...
asked by 09.07.2018 / 19:46