Posts by Pedro Matias de Souza • 25 points
2 posts
-
1
votes1
answer46
viewsQ: Error returning values using $.getJSON
I’m trying to make a page about data from covid-19! I’m trying to get the total number of dead from two different days using the following code: var ontem =…
-
0
votes2
answers258
viewsQ: How do I display HTML and CSS elements in PHP at a specific access level
I am making a page, using PHP I entered an access level to it. The access levels are user and admin. Just that I want when the access level is admin a button appears and when it is user does not…