Posts by Paulo • 79 points
8 posts
-
0
votes1
answer39
viewsQ: Select all tags separated by "," from every table
id | tags 1 | tag1,tag2,tag3 2 | tag1,tag2,tag3 In db there is the column "tags" where is "tag1,tag2,tag3..." need to show all separate tags, however shows only the first record, I would like to get…
-
0
votes1
answer172
viewsQ: Image gallery with Carousel Boostrap. name.jpg separated by , no db!
I want to create an image gallery using bootstrap Carousel, when saving the multiple images in db they go to the same column "photos" and are separated by "." (foto1.jpg,foto2.jpg,foto3.jpg) Now I…
-
1
votes1
answer24
viewsQ: Uploading multiple images in the same db column starts with comma
The db record is starting with a comma. The code begins with: $imagens_nome =""; foreach($_FILES as $file).... Upload and create thumbnail... Generates a new name : $Novonome and then before…
-
0
votes2
answers36
viewsQ: Problems performing database search (Filtering)
I’m having a problem running a database search. I have 3 research fields, City, Neighborhood, and Product, I want the user can filter the 3 or just City/Product or City/Neighborhood, however works…
-
1
votes1
answer1825
viewsQ: How to resize images before uploading?
I need to resize the images while uploading with db, however despite finding solutions I am not able to incorporate in the code. <?php include "conexao.php"; $titulo = $_POST['titulo']; $arquivo…
-
2
votes1
answer51
viewsQ: Problems with database query (Search system)
I’m trying to create a search system in db however this returning only one result, the last address in the table (I had managed to make them all return, however after changing the layout I went to…
-
2
votes2
answers1275
viewsQ: Explanation of login and profile validation code
I’m learning php however (I don’t know if it’s the custom of a beginner) the code is getting messy as I try new things. I took some lessons on youtube channel Celke however despite being very…
-
1
votes1
answer1588
viewsQ: How do I dispose of the title over the - bootstrap image?
How do I place the title on top of the image with bootstrap? <div class="row"> <div class="gallery_product col-lg-4 col-md-4 col-sm-4 col-xs-6 filter hdpe "> <a data-toggle="modal"…