Well I have the img tag and when I click on a div with id="btnsiguiente" I change the path of img , doing this with javascript is easy if I create an array with the routes inside but if the routes of the I have images in a da...
Greetings. When clicking on the + button in the second row of table 1, I get the result of table 2 (new row). I need that when I update the page, the data stays in the position where it was created or deleted. What kind of query would you need?...
The problem lies with me when I want to call it by the name of "alias + column" from PHP.
$sqlPersonaje = 'SELECT p.nombre,
p.nivel,
p.fuerza,
p.destreza,...
Good morning,
I have a problem wanting to connect to my server centos 6.9, to program use phpdesigner, the centos was changed to another server and now that I want to reconnect I can not connect since I get a host error key not verified, what...
Good afternoon I am learning to use Laravel and for that I am doing a project, the problem is that when I try to access my virtual host it shows me a 404 error.
I have the following routes in the routes / web.php file:
Route::redirect('/',...
In the script I have the camera on and then
The Code that the image takes on a canvas.
I see that it returns a base64
I remove ( data:image/jpeg;base64, ) that brings the text.
I'm trying:
Convert base64 into a file type image
Sav...
Good afternoon everyone. I have a question on how to obtain and save the values of $ _SESSION especially I just want an id that brings. I put these lines of code of how I see what you have:
$userLog = $_SESSION['usuario'];
dd($userLog); //Con...
I have detected several flaws in my laravel sessions and I do not sincerely like to solve them.
When I log in and go to the Home. If I click on the back button of any browser, I go back to the Login screen. If I enter another incorrect passwo...
I made a login and everything worked perfectly but when I made the registration I missed that error here:
if($contra==""){
//si que no existen ningun
//contraseña mostramos el mensaje de error
$this->Mensaje='<div class="alert alert-dang...