Questions tagged as 'html'

1
answer

Search for other select results

Good morning guys! I have a code where I search for the city. Code below: <form name="frmBusca" method="post" class="w3-container w3-center w3-row-padding" action="<?php echo htmlentities($_SERVER['PHP_SELF'], ENT_QUOTES, "UTF-8"); ?&...
asked by 31.10.2018 / 15:02
2
answers

Transitions on a page

Good afternoon! I have an idea to develop a presentation page and with a button that in standard form would redirect to another page, but I want to make this interaction better. I wanted to know what to use and what is the right structure for...
asked by 02.11.2018 / 18:42
2
answers

How to load a page inside a div with angular

Talk about it! I have a big question and I can not solve it. I'm developing an application for my college's TCC in Angular. I have a menu and within that menu there are options to navigate the site, but instead of changing pages, I would like th...
asked by 27.10.2018 / 08:50
1
answer

Json post for PHP

Hello, I need to get the data being passed via Ajax POST. But on the PHP side I can not get past parameters. My Jquery onSave: function(data, name) { pixie.http().post('images/gravar_imagem.php', [{"name": name, "data": data}])...
asked by 23.10.2018 / 22:03
1
answer

Checking if there is a result in the query

Hello, I need to check if there is an answer for my query. If it exists, it should display an HTML code displaying the bank's data. Otherwise you must notify that there is no result. How do I make this selection? Example: $sql = "select * f...
asked by 10.10.2018 / 05:00
1
answer

Uncaught Error - Sending email using nodemailer and Angularjs

I have been breaking head for some time trying to create a page of contacts where the user through the page can send an email. I am new with node and so I have had some problems. At the moment I can not get my application to recognize nodemailer...
asked by 08.10.2018 / 19:08
1
answer

how to do an if with php parameters within javascript

I need to do a check before changing html elements, I tried that way but it did not work, it does not go into if under any circumstances. <script> if("<?php empty($usuario_pesquisado->getArea()->getNome()) ?>") {...
asked by 11.10.2018 / 03:43
1
answer

Open Input type month calendar when clicking anywhere in the field

The calendar only opens by default, by clicking the right arrow, is there any way to open the calendar by clicking anywhere in the field? <input type='month' value='2018-01'>     
asked by 09.10.2018 / 20:36
1
answer

Simple_html_dom what is the difference between the two URL's?

$URL1 = "http://ladbrokes.365dm.com/greyhounds/profile/dog/oor-millie/3334094"; $URL2 = "http://ladbrokes.365dm.com/greyhounds/profile/dog/nickoff-bingo/3357750"; Url2 works and can extract data, Url1 does not. <?php include "simple_htm...
asked by 07.09.2018 / 16:54
2
answers

Change value of a variable of another Angular component

Hello, I have a component that is called errorLog, inside it has a method called LogOut, which is called when I click on 1 button of logOut, however after you have removed it and redirected to the login page, however I wanted to display a text i...
asked by 05.10.2018 / 21:15