We have a multiuser Machform PHP application running on a Redhat 7 Linux server with Apache webserver and MariaDB database. In a specific form after…
Leave a CommentCategory: PHP
I had to send emails to all the Blog admins in our WordPress Multisite installation. This is how I did it: [code lang=”php”] <?php #…
1 CommentI needed to find and get a webpage’s img src url links. I wanted to do this with a script on a regular basis. The…
Leave a Comment