Bismillaahir Rahmaanir Raheem The command you want is mogrify.
Category: Tutorials
Learn stuph from what I learned
Tutorial series – X/HTML Design Tips
Bismillaahir Rahmaanir Raheem I’m going to start a new, easy-lifting tutorial series that I’ve been meaning to do for a while. It’s focus will be useful exploitation of the X/HTML standard for marking-up your pages in an elegant yet standards-compliant way. I will make an attempt to reference other excellent sources that exist throughout the…
MySQL Server, Apache HTTPD, PHP, & Subversion source configuration & installation
I have my webserver (at the time of this writing, the one on which this blog is posted) configured rather nicely, however, as with everything that accumulates over time, it’s current state is a combination of quite a lot of trial-&-error sessions that would be really hard to duplicate the first time I tried to…
Implementing PHP Iterators – The Beginning
One of the new features that came with PHP 5 is the ability to implement Iterators. Implementing one of your objects as an iterator essentially allows you to treat it as a standard array. By default, without adding any additional code, you can enable iteration over a regular objects variable members. So, for example, if…
Now taking tutorial requests
One of the goals of HidayahTech is to share what little technical knowledge I have with my visitors in the form of easy-to-follow & comprehensive tutorials. So, if you’d like to request a tutorial, please leave a comment to this post with the nature of your request. I’ll start you off with some options: PHP…