Posts by Leonardo Costa • 1,043 points
60 posts
-
0
votes2
answers114
viewsQ: php day counting system
good day how I can make a system that registers the current date in the bank and then I want it to show as new type so I want that while the date that was registered is less than 15 days it shows as…
-
1
votes0
answers93
viewsQ: How to show paging correctly?
I did a part of my paging system but it always shows the maximum number of products in my bank and in the search I specified the name. Like I do the search for Leonardo there in my bank have…
-
1
votes1
answer170
viewsQ: Wait for images to upload to be shown
I would like to make a system that when the page is requested will show a GIF of load waiting for the images to upload as soon as they load the GIF and the images are shown. Someone knows how to do…
-
0
votes3
answers859
viewsQ: Use explodes to separate categories
good afternoon how could I use the explode in this snippet of code for it to have more than one category per movie? I appreciate the help $categoria = $_GET['category']; $sql = "SELECT * FROM filme…
-
4
votes1
answer1055
viewsQ: How to show the bank’s value in a star rating?
I was able to do the star rating system, but I wanted the vote to be shown on the screen or stored on the star, so it would be filled according to the votes. Someone could help me, here’s my code:…
-
3
votes2
answers3367
viewsQ: Create play/pause button
I would like to know how I can create a youtube style button from play and pause on top of the video. I wish that when not click on it it gets stopped with the play then click on it it starts the…
-
0
votes2
answers149
viewsQ: How to take more than one bank category from the same table
I’m developing a system for watching movies online and wanted to know how do I make films that are in 2 categories to be listed in both categories. I’m managing to list only on the first... someone…
-
4
votes1
answer369
viewsQ: Tag <video> controlling by javascript
How do I so that when I click on the video it starts uploading, because I’m not getting if anyone can help thank you. Here’s the code snippet from the video: <div class="video"> <video…
-
0
votes0
answers90
viewsQ: Problem with scroll
I want when I click on the links, it goes down in the scroll. I managed to do this and it left marked active for each one. I almost managed to do this, it gets active in almost all but the last. At…
-
2
votes1
answer175
viewsQ: Problem with Masonry’s jQuery library
I downloaded the jQuery library at Masonry and I’ve implemented it into my code and a few other libraries that I have. It even spins but it gets screwed one over the other and you need to give…