Tag: com
-
How To Sort A Multidimensional Array By One Element In PHP
I had a table’s worth of listings and had stored all the values in a multidimensional array in PHP. The problem was, I needed to sort the multidimensional array, but based on just one element. Here’s the easiest, fastest solution that I found from the array_multisort function page of PHP (thanks to zequez at gmail […]
-
How To Redirect or Disable BBPress Registration Page
BBPress is a great forum software that integrates nicely with WordPress. The problem is, it’s not as full-featured as the other forum software available. One of my gripes is the inability to change certain options. For instance, if you’ve integrated BBPress with your WordPress blog, then you want to redirect or disable the default BBPress […]
-
How To Automatically Delete Forwarded Mails in CPanel
CPanel’s a great software that’s been powering the web hosting industry for years. It has powerful functionality and a straightforward Graphical User Interface (GUI) that can allow a beginner to easily manage a web hosting account. However, some functionality can be tricky, such as the default forwarding function. If you create an email forwarder in […]