Posts by Caroline Witts • 45 points
2 posts
-
-2
votes2
answers342
viewsQ: What will be printed on the screen by this script?
What will be printed on the screen by this script ? <?php $foo = 'bar'; $bar = 'foo'; print ${$foo}; ?>
-
2
votes0
answers78
viewsQ: Script (automate a site’s fields)
Hello, they passed me a task that I do not know how to start, automate some fields of a given site, not to need to keep typing them every month, I was given a spreadsheet with several values, and I…