I have a relationship problem between caption and photo during upload.
I'm uploading multiple photos and each photo has a caption.
The code looks something like this
html
<!-- form via post-->
<input type="file" id="fotos" name=...
I have a question regarding the implementation of a webservice, see the logic:
I have a process that fetches data from multiple users on a system (system A), and I want to get this data and send it to another system (system B), in both cases...
I am having difficulty to list products by category, I created only one page and wanted to be dynamic the display of products according to the category listed in the database, but not right and in PDO do not know how do. So I created a va...
I am having difficulty authenticating through the Json Web Token token (JWT) in the Laravel framework, I have been using the framework recently and have come across the following error.
Whoops, looks like something went wrong.
1/1
ErrorEx...
I am consuming a WebService SOAP and I am encountering the following problem:
The WebService has two functions. In PHP, using the SoapClient class, I created the client and consumed the first function without problem.
But when I try to use the s...
I have a query that brings me the first 3 letters of the name of a month with the last two digits of the year for example: JAN.16 in my combobox it brings me months independent for example: JAN.16 FEV.16 ... and on and on.
I wanted the combob...
Well folks I have a query of the Bank that returns an array of data.
and wanted to put the values to be displayed in the graph in Bars.
I tried this but with values coming from vector the graph does not load.
while ($estoque = $estoques->...
Lately I've been too worried about preventing code errors.
However I had this doubt:
Is it better to check (prevent) or remedy (Ensure existence)?
Let's say you have:
$var = array(
'name' => 'Guilherme',
'lastName' => '...