I need to build a multidimensional array with an html table
<!DOCTYPE html>
<html>
<body>
<?php
$ciutats = array
(
array('Tòquio','Japó','Àsia'),
array('Mèxic', 'DF', 'Amèrica'),
array('Nova Yo...
How can I do so by clicking on the button? Try to print what's inside the script.
This is what I have tried:
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>...
I have a website which is adapted for mobile but in certain points of interruption or break I need to execute certain Javascript. Example:
I need that when the screen is greater than 992 px a'Click 'event is executed and if it is less than th...
I have the following form that I create with PHP:
echo '<form name="frmCalificar" method="post" action="calificar.php">';
echo '<br>Calificacion:<input type="number" name="txtCalificacion" required/><br>';...
How can I enter an Adsense within a Head? I already have the structure and the code that I am going to place, how can I implement it?
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script...
to show me the students who are enrolled in each course, by means of a table called registers, which contains the course id and also the user id, but I do not know if I have to call the data by variables of session? they help me
<meta...
I have a table where I fill in the checkbox, before I ask if the user is in a permissions table, in case he finds me he checks the checkbox and if he does not leave it for me.
Here my table
<table class="table table-striped" id="dataTable"...
I'm doing a table in html and php, my problem is that I'm trying to execute a query ( insert ) 'n' number of times, I'm dealing with a for .
This is my code so far
<?php
for($ca=1; $ca<25; $ca++){
$sqlc="inse...
at the moment of entering my index.php page
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.highcharts.com/highcharts.js">...
The problem is that 2 scrollbars appear, one of the modal and another of the body, I want to remove the body when the modal is active.
This is my code:
<div id="myModal" class="modal">
</div>
.modal {
display: none;...