Posts by giuarnhold • 16 points
3 posts
-
0
votes1
answer73
viewsA: Single click counter in php with 12-hour time
You have link ID, user IP. Then at the first click of the user on a link, you increase the click to 1, and arrow a field proximo_click = current time + 12. When the user clicks on the link you…
-
0
votes1
answer34
viewsA: Composer PHP: how to load "repositories" after "autoload"
From what I believe, Composer will always prioritize repositories and then move on to autoload. I never looked for anything in the documentation on the priority of execution. In this case, your…
-
0
votes1
answer28
viewsA: Upload multiple photos using image path (PHP and Mysql)
This issue of uploading files there are several examples over the internet, whenever possible try to do a search before, if you find nothing, ask your question. But, let’s get to your point: Let’s…