Questions tagged as 'html'

0
answers

how can I put a sql text file in php and respect the line breaks?

my SQL file is one of text point with the following content: Futbol 00:00 basketbol 02:00 and when it's time to call it by php, print it to me as: Futbol 00:00 basketbol 02:00 Any ideas?     
asked by 09.08.2018 / 23:06
1
answer

function show radio selection value, conflict between several radio groups

I have three radio groups. and a function to show the value of the selected one, the same function for each one associated with the id of the radio group. To be clear create a file jsfiddle link By showing the value of the selected input of...
asked by 10.08.2018 / 04:21
2
answers

Some way to run an HTML filter in Django with dynamic data

I saw the solution to the question "how to make the search engine of my application in django"; however, I have tried to use a html filter of those that filter a table in the browser and are erasing data until they leave only the data that looks...
asked by 07.08.2018 / 21:47
1
answer

Make a popup window last longer than 10 seconds

As the title says, I would like my popup to last longer, currently it does not last 10 seconds. I leave my code: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <!----POPUP ----> &l...
asked by 08.08.2018 / 03:43
1
answer

Browse Array with PHP to insert values in SQL query

I have the following code: if(isset($_POST['aplicar'])) { $bafle = $_POST['bafle']; $marca1 = $_POST['marca1']; if (is_array($marca1))...
asked by 16.08.2018 / 22:23
0
answers

Form with PHP and Jquery roundtrip

I have an HTML form with fields for name, surname, email, subject and message box, it has a submit. I want the message to show me as a message that I already have in a div if it is true or false. Now I need help with jquery and php, if som...
asked by 17.08.2018 / 00:29
0
answers

Event to move between sections of an HTML page

I'd like to make a news website for people with visual disabilities, who can go through news sections by pressing a key like it does on Facebook. I've been looking for that information but I have not had much success, if you could help me a lot...
asked by 06.08.2018 / 03:05
3
answers

Use modal to confirm if a user is created

I'm trying to get a modal window to confirm whether or not you want to register a user, I'm using php to make it add, the modal window comes out but when you click on the save button, it does not do anything , here I leave the code This is th...
asked by 06.08.2018 / 01:38
1
answer

how to make an event happen when any of the checkboxes is checked or another when none is checked

I'm using if and else to make an element appear when any of the checkboxes is checked and disappears when none is checked and I'm using this method does not work $( 'intput' ).is( 'checked', true, function() { if ($(this).is()(':chec...
asked by 04.08.2018 / 20:45
1
answer

Error in mysql php query

I have an error which I have not been able to solve, it gives the expected results but at the end I get an error. This is my code: <?php require('datos.php'); $conexion=mysqli_connect($db_host,$db_usuario,$db_contra,$db_nombre); if($c...
asked by 09.08.2018 / 00:25