Im sure you’ve see other tools that you type in command line options or commands and it does a lot of things in the background for you. Things like node.js or even Ruby both use heavy command line interfaces. How can you do this with PHP? It’s actually quite simple! All you have to do is […]
Read more...Recently I needed to run a script to remove the first line of a CSV file and was getting stumped! Finally after some testing and trouble shooting and a little Google help I found a solution. And I am hoping this post will find it’s way to others with similar needs. And credit to stackoverflow. […]
Read more...Recently built a client website and was pulling in a custom excerpt to the homepage for a custom post type. Everything worked fine until the client decided they were going to add a header image above every post and add some returns before the actual text started. This change on their end started giving my […]
Read more...