Posts by Gustavo Gbn • 57 points
8 posts
-
1
votes2
answers1357
viewsQ: How can I show database value in real time?
I’m a beginner in php, let alone js. I would like to take a count of how many users are registered in my database, but in real time using ajax. I have tried in many ways, but without success. for…
-
0
votes2
answers167
viewsQ: What’s wrong with this mysql data entry code?
I’m trying to make a code to enter data into the database localhost, but I’m having trouble inserting, and I don’t know why. My database settings are correct and the tables are correct. The error is…
-
1
votes1
answer361
viewsQ: Resize img inside a div
Hello, I have a website that has posts... and in some posts I put pictures on them, but these images are not responsive! and there’s no way to change her class to a responsive class... because these…
-
0
votes0
answers21
viewsQ: "Drop button" only with information
Can anyone explain to me how I can find a tutorial on this? I look for "drop button" (which makes sense) but I can’t find anything related to this! is a link (<a>) normal: When you click on…
-
2
votes1
answer555
viewsQ: Picking json object inside another object
I need to pick up the object "online" that is inside the object "players" more I can’t catch... I can only pick up objects that are "At the root" json where I need to pick up: { "status": true,…
-
0
votes0
answers59
viewsQ: How to kind of put div back and content up
Like, someone can kind of explain to me how this works? like there’s a back where the image is, and on top is the content of the site itself... Video of how it is:…
-
0
votes0
answers22
viewsQ: Don’t put all the content of a post at the beginning of the site
I’m making a site posts... and I’m having difficulties to set up how many letters can have at the beginning of my site... because the button itself I already have but I wonder how can "Set" up how…
-
0
votes2
answers533
viewsQ: Set the first letter of the $variable in uppercase
I am using MYSQL to show some data on my website... But some data is in lower case, and I need the first letter to be uppercase. However I do not know how to do this using variable... I need the…