Questions tagged as 'html'

1
answer

Use result of an array in another php query

Hello I'm hardly new to PHP and Mysql I want to make a query with the result of another query arrar <?php session_start(); if (isset($_SESSION[' u_usuario'])){ $usuario1 = $_SESSION[' u_usuario']; } else{ header("Location: index.php...
asked by 30.07.2018 / 20:58
3
answers

Problem when printing data

I want to print texts in bootstrap alert mode, but I get the error:    Notice: Array to string conversion in   D: \ xampp \ htdocs \ Projects \ ProyectoDriversParadeClub \ DriversParadeClub \ view \ reportses_de_usuarios.view.php   on line 12...
asked by 30.07.2018 / 19:23
0
answers

Shopping Cart problem AJAX, does not make the request

I ATTEMPT TO ADD TO MY SHOPPING CART AN ARTICLE BUT WHEN IT SEEMS NOT TO PERFORM THE AJAX REQUEST THE VALUE OF EACH INPUT IF OBTAINED BUT THE MEMORY OF SENDING INFORMATION TO THE .PHP BY AJAX DOES NOT WORK //SECCION HTML...
asked by 04.08.2018 / 00:24
1
answer

Images go from horizontal to vertical when placing header or text in table

The problem is that I have arranged the images horizontally, they find a hover, everything is perfect. But at the moment of trying to add a text to it under either p or span or h etc. or among others that I tried, my images are left in a vertica...
asked by 28.07.2018 / 14:59
1
answer

Form html will not let me upload information to bdd in phoMyAdmin

I am working on an html form to send me data through the POST method to a file registerAcursos.php but it will not let me enter the data I get with the first sql, I get an error that could not send the data. and look for error comparing with...
asked by 02.08.2018 / 04:49
1
answer

Access denied while uploading IFrame in IE11

I'm inserting an own iframe created by me on my page, specifically it's a chat bubble, and for both Chrome and Firefox as IE Edge works correctly, but for IE11, it does not return access denied. What I do on my main page is call a JS in which...
asked by 02.08.2018 / 07:50
1
answer

Problems to get width and height of an image inserted with append

Page html: <!DOCTYPE html> <html lang="es"> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"> </script> </head> <body> <div id='resultado...
asked by 02.08.2018 / 09:47
1
answer

Send Label.textContent as parameter in an @ Url.Action

Hello people, I am a newbie in MVC and I have a question, is it possible to pass the text of a Label as a parameter? My idea, is that from that btn, send the controller the text of the label and then use it in the controller. The point is,...
asked by 02.08.2018 / 02:44
0
answers

Unwanted image shift

I have an image identified by jquery $ ("#ImageImage") which I am embedding in a visualizer so that the user can perform events such as zoom in, zoom out, move image in mouse direction and rotate. I have problems with the last part. the rotation...
asked by 27.07.2018 / 22:08
2
answers

Error updating data #image

Help when updating the fields, the image that is already saved is deleted and the name is replaced by another one. I leave the code public function actualizarEventosController(){ $ruta = ""; if(isset($_POST["descripcion"])){...
asked by 07.08.2018 / 00:26