Posts by cloud • 165 points
6 posts
-
4
votes1
answer454
viewsQ: How to simulate a time trial with Tkinter?
I am developing a game in python "Who wants to be a millionaire" and wanted to put in the game the "time trial" to appear the time while we answer the question and when time runs out and the…
-
3
votes2
answers151
viewsQ: Blog pagination, post limitation
I have a blog embedded on the site and I want to limit the number of posts per page, but the problem you’re giving me is that it doesn’t limit my posts. Code ///Ler posts do blog da página atual…
-
0
votes1
answer939
viewsQ: PHP edit image
My problem is that the file img_editar.php not sending the images to the database (it is to add several images at the same time), the file add image works very well, I click the edit option and when…
-
0
votes4
answers6839
viewsQ: Block pages using login and Session
I’m developing a website that has an administrative panel. That panel has a login, my problem is that I can enter the panel through the link, that is to say, it is not safe, anyone is able to enter…
-
7
votes3
answers23785
viewsQ: How to make PHP and Mysql paging?
I want to make a pagination on my blog. I’m not going to have 50 posts on the first page, so I want to limit the page to the last 15 posts added and then by clicking on the "Older posts" button will…
-
0
votes2
answers6233
viewsQ: upload multiple images at the same time to feed a slide
I am currently trying to upload several images at the same time to the table images, these have to be stored all together or within an array right? in such a way…