Questions tagged as 'php'

1
answer

How to load blob field image?

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...
asked by 16.02.2016 / 13:28
1
answer

Finding where heavy query is generated

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...
asked by 15.01.2016 / 12:51
1
answer

JSON API accents Restful [closed]

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...
asked by 15.05.2016 / 17:53
0
answers

WebSocket Html5 and Php? [closed]

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...
asked by 01.08.2016 / 03:26
1
answer

Laravel Undefined column: 7 ERROR: column "1" does not exist

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'); }...
asked by 10.08.2016 / 15:41
0
answers

Laravel 5 - Timezone Wrong Time [closed]

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?     
asked by 02.08.2016 / 20:29
1
answer

Create mosaic of images in 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...
asked by 03.10.2017 / 15:16
2
answers

Treat AJAX return (responseText)

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...
asked by 05.10.2017 / 00:51
1
answer

Calculate Quantity x Price and play value in input and session

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 <...
asked by 09.10.2017 / 20:29
1
answer

Creating routes for large pagination

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...
asked by 16.10.2017 / 15:27