Posts by Fabio Martins • 109 points
4 posts
-
4
votes1
answer446
viewsQ: How to enable PHP Sessions in Wordpress?
I am developing my site using the Wordpress platform. I really, really needed to enable PHP Sessions within the platform, for logged users to stay logged in within the subdomains I’m creating. Any…
-
0
votes1
answer84
viewsQ: Error "Parse error: syntax error, Unexpected '('"
The system generates a sequence of random numbers and depending on the combination of these numbers the sequence will be inserted in one of the two tables the table of bad sequences and the table of…
phpasked Fabio Martins 109 -
5
votes4
answers201
viewsQ: Simplify IF instructions in PHP
Staff I am creating a PHP language raffle system here an excerpt of the code I started programming but the problem is that there are 19 different combinations This down here is just the first! there…
phpasked Fabio Martins 109 -
1
votes1
answer118
viewsQ: How to create a temporary post that automatically deletes after a while
I use the platform Wordpress and so far I haven’t been able to find a plugin that makes it possible to create temporary publications. Does anyone know of any plugin or code that can do this?…