Posts by Jean • 41 points
4 posts
-
0
votes0
answers54
viewsQ: How to show table results always at the top?
I’m setting up a chat and it occurred that the messages are appearing at the bottom of the table, from the bottom up. That is, I have to scroll down to see the new messages. And I would like to see…
-
2
votes1
answer3588
viewsQ: How to send login and password to this authentication system..?(automatic login)
you very likely already know and/or have seen that old apache authentication system (htpasswd | image below). Well, I need to create a code that sends the login and password to the form and goes…
-
0
votes2
answers108
viewsQ: Comment area overlapping the footer of the site!
Hello, I have a comments area on my site that I made using the Facebook API. The problem is that when someone sends a comment, it overlaps the footer layout. I’ve tried using position: relative,…
-
1
votes0
answers320
viewsQ: How to login to another page via php?
I have a radio panel with web interface and in it has a function that is fundamental for the speakers to use. the problem is that this interface allows me to register only 1 user. In case, I…