I have a binary image of a blob field and I can not read.
In the database it looks like this:
Yes,thisistheshapeofthetextimage.Thisishowitlooks: Itriedseveralthingsandtheonlyonethatapproachedtheexpectedresultwas:echo'<imgsrc="data:imag...
Good morning
I need to find where in CakePHP 2.5.2 this query is performed:
SELECT COUNT(*) AS count FROM umatabela WHERE status = 1
It has a model where this table is referenced, and may be referenced elsewhere.
By Debugkit I'm...
Good morning,
I'm creating an API for studying, but I'm having some issues with accents.
When I do a search, I have a response of not found.
Below is a test.
Would you have a solution for me to solve this situation?
Q: Usi...
A knowledge interest has arisen here to make real-time applications.
I've seen a lot of articles here but I'm giving "pal" in the url I pass in js
I'm passing it as follows:
var socket = new WebSocket('ws://localhost:8000');
U...
In join , I am passing a direct value, and Laravel is trying to "read" this value as if it were a table.
function ($join) {
$join
->on('e.pee_fk_pes_codigo', '=', 'p.pes_codigo')
->on('e.pee_padrao', '=', '1');
}...
I changed the timezone 'timezone' => 'America/Sao_Paulo' , but it is not getting the GMT +3 , which is Brasília.
Do you have to change something else somewhere else, outside app.php?
What I want to do is to transform an image into a mosaico , where each pixel or group pixels of the image would be replaced by a photo of a flower of similar color. That is, transform any image into a mosaico of flower...
I made a code in AJAX PHP executes and prints in the HTML the result of the SQL query, the problem is that when it displays on the screen, the data is not treated, look like this:
WhatIneedissimplytodisplayonlythecontentsof'ayzac_episode_name...
I'm trying to play a total calculation on an input and also on a shopping cart session that I'm developing and I'm not getting it, I'll try to explain the problem I have.
The inputs are like this:
<div class="qty">
// QUANTIDADE
<...
I created a RestFull api in Laravel. In the project I have javascript and html in a folder that calls the API. Soon I created a pagination in the own laravel that I called in my own project in javascript.
However, I need to resolve the paging...