Posts by Bruno • 33 points
2 posts
-
1
votes2
answers257
viewsQ: How to recover a specific chunk of text
I have a configuration file and need to get a specific chunk of a configuration, which would be the best way to do this? In the example below I need to take the section that starts in "config system…
-
1
votes2
answers59
viewsQ: PHP script increment
I wonder how I could create a PHP script that every time it was run it would increment and print that number. Example: In the first execution it shows the number 1. In the second time the number 2.…