I hope you can support me with uploading an image to laravel 5.6
attached.
'disks' => [
'local' => [
'driver' => 'local',
'root' => storage_path('app'),
],
'archivosimg' => [
'driver' =&g...
I have problems to make a menu dependent, the problem I have is that it only takes the data from one menu and the other takes all the values by default.
This is the function of my controller:
public function actionAjaxResultados(){...
Hello everyone I would like to see if there is a way to change a survey status at the moment the user answers it.
that is, I have a task calendar, here I add new tasks and they are listed. I also have the option to perform. and what I require...
I was currently doing it with DOMPDF, with php 5.3, but I migrated to a php 5.1 and DOMPDF is not compatible with that version of php.
I need to know if there is any other library that allows me to export my .php in a simple way as it did wit...
I'm doing a program where I send images from any device to my computer's database on phpmyadmin, and it shows me the images in the browser.
I am using the type longblob for the images and the images are saved in .bin format....
I have this code, from an entity:
namespace AppBundle\Entity;
use Doctrine\ORM\Mapping as ORM;
use Doctrine\Common\Collections\ArrayCollection;
use JMS\Serializer\Annotation\Type;
use JMS\Serializer\Annotation\Exclude;
use JMS\Serializer\Anno...
Good day, I have a form which should only be available for example one day a week from 9 am to 1 pm, I am looking for an option to carry out this, I do not know if this is possible, they could guide me please.
I'm doing tests with PHP SocketIO. Everything is perfect but I wonder ...
In local to raise the server a command is executed, but how is it done when the app is hosted in a shared hosting? Is PHP exec used or how is it done?
I hope my ques...
I try to connect to my database in the following way:
mysql_connect($server, $user, $pass);
mysql_select_db($db);
I know that mysql is obsolete but how I use an old version xampp should work. However, my page never ends up loading and is al...
I want to get to do a div recharge only when it finds a modification in the database I currently have this so, if you can help me I would appreciate it is for a shift system that I am doing:
<?php
require_once("../../db/db.php");...