Posts by Vazafirst • 25 points
5 posts
-
0
votes1
answer32
viewsQ: Call bindValue for $this->... or direct for $_SESSION?
The code where my doubt is.. public function queryFixClayTime($data) { if (session_status() !== PHP_SESSION_ACTIVE) { session_start(); } if ($_SESSION['claytime'] >=…
-
0
votes0
answers36
viewsQ: Why doesn’t it work?
I’m new to messing with JS and it seems a silly mistake, but I caught it... When I try to use the code as follows, it doesn’t work... So it doesn’t work <div id="intfloat" onclick="Showmenu()"…
-
0
votes0
answers55
viewsQ: Is there any way to catch up?
I’m developing a little game in which the user will win 200 of money per minute. I have a simple time comparison script ready, which saves the current time(+ 1 minute) in the database and compares…
-
-5
votes1
answer45
viewsQ: Type system of youtube?
How to make that youtube style system that the video only starts to rotate when the page is focused. Like, if you open the page in a new tab and do not click on it the page will load but the video…
javascriptasked Vazafirst 25 -
1
votes2
answers415
views