Posts by user77053 • 29 points
5 posts
-
0
votes2
answers229
viewsQ: JS and HTML DIV - TAB KEY
Good, I want to make a kind of Scoreboard as seen in the games, but for Website... If the person Click TAB, a specific tab or div#appears... How do I do that?
-
1
votes2
answers43
viewsQ: How to determine if two random values are next?
I have a question I’d like answers to. I have a RAND function that generates values from 1 to 20. What I intend to do is: Se o valor $rand1 tiver perto do valor $rand2 echo ok How do I say "Near" in…
-
0
votes2
answers105
viewsA: Search system with Inner Join
Since this error appears, how do I add the ID and NAME fields from the "Sessions" table to do in Loop afterwards? I already add after ON but gives error. ->>> Notice : Undefined index: id…
-
1
votes2
answers105
viewsQ: Search system with Inner Join
I created a search system. Tabela Sessions ID - NAME - SESS - EPISODE Tabela Movie ID - Movie_id, Movie_Name What I intend to do is make a select thus: SELECT id, name, sess, episode FROM sessions…
-
0
votes2
answers92
viewsQ: PHP refresh SQL Data without refreshing the page
I have a website where shows data from Database to Page. If these data are changed in the database, automatically it will show them on the page, without refreshing the page, just refresh the code in…