Posts by Leonardo Junior • 61 points
5 posts
-
0
votes1
answer41
viewsQ: Storing a request in a saved server resource variable?
Using Wordpress I will need to use the article link more than once, I wonder if storing the 'permalink' in a server resource saving variable, since I will only make a request to the database or…
-
0
votes4
answers129
viewsA: Problem with positioning of div
Friend, using z-index you can define how the layers (elements) are rendered by the browser. Read this article, will help you.…
-
0
votes4
answers2752
viewsA: No access permission for Apache 2.4.6
Friend, check the permissions in your apache configuration file. This depends on which service you use for local webserver, but it is a file with the .conf. extension. In packages like WAMP in the…
-
1
votes4
answers1559
viewsA: Jquery does not work in PHP
Friend, the error is in how you read the scripts, as your page is running on a WAMP server it does not access the files normally. From a glance at the browser error console by clicking inspect…
-
5
votes3
answers8116
viewsA: How does the session work in web browsers?
In my simplest projects I use cookies so that the user remains logged in, to avoid the problem reported by you do as follows. The user enters with his login and password and with the option to…