Category: url

  • Learning is never done

    I’ve been using PHP for a while now and thought that I knew the available functions (at least the generic ones) pretty well, but recently I got surprised: a recent entry on the Me and My Database blog pointed me towards http_build_query and in the same category I found parse_url. This is significant to me,…

  • Update to the DeShortify Pipe

    A while ago I created  a pipe to transform short URL’s in their longer versions. However the pipe itself was rather complicated and required a modification for each new service to be supported. Luckily, on the Network Security Blog I saw the link to LongURL, which provides the same action for multiple services (in fact…