Posts by Furlan • 2,342 points
112 posts
-
-2
votes3
answers5038
viewsQ: Upload Images with PHP - Mysql
I need to upload an image in Mysql, IE, the image path, has some practical method of doing?
-
-1
votes1
answer97
viewsQ: What does this chunk of PHP code do? My validations fail because of it
I’m working on a project that I’ve already picked up in progress and I’m having trouble displaying data for certain validations. I need to understand what this line does: foreach ($queries as $id…
-
1
votes1
answer102
viewsQ: How do BETWEEN in CAKEPHP?
I’m making a query in the database and need to get information between two column values valor within the specified quantity. For example: Between the valorMinimo 300 and valorMaximo 600 $imovel =…
-
1
votes1
answer73
viewsQ: Use pagination in 2 lists without one influencing the other
I’m listing images and characteristics of them that are collected from the database. As can be seen below, I am already listing the 2 images and their characteristics, each image is from a table in…
-
2
votes2
answers993
views -
4
votes3
answers5305
viewsQ: Convert string to utf-8
I’m needing to turn a string into UTF-8 encoding. I’m declaring it this way: $nome = utf8_encode($nome); And yet I can’t find the error. The string appears this way: Consolação…
-
2
votes2
answers687
viewsQ: Set <option> in edit - CAKEPHP
I’m working on a real estate project and in it I have the add, edit and delete, everything is normal. In real estate I have tables cidade and bairro, that when I register there are two…
-
5
votes1
answer190
views -
-2
votes1
answer534
viewsQ: Pagination of images
I need to list some images, which need to be shown in groups of 6 per page. It can be any type of paging. I have knowledge in Database, PHP, I can bring the images from the database, but I am…
-
4
votes3
answers4074
viewsQ: Show/Hide animated information by clicking on the widget
I would like to perform a simple animation that is executed in the click event assigned to an element. This is the site that I will use this animation. Suppose my element is a circle, for example. I…
-
0
votes3
answers845
viewsQ: How to view alphabetically - Cakephp
I’m listing neighborhoods, when I select instead of taking the list value, the json_encode is returning to her position. ex: -BARRIO I -WARD II If I select the "NEIGHBORHOOD II", it will return me:…
-
2
votes1
answer382
viewsQ: Cakephp - Recover option value
Hello! I’m fixing a website that I picked up ready and in it has a part that the user selects a neighborhood in a <option>, however, this <option> is not sending the information to the…