How to Parse a User Agent in PHP with Minimal Effort
Articles in Server-Side | By August R. Garcia
Published | Last Update

Last ReplyIn my opinion you need to put the "Humans / Regular Users" ifs at the end after the bots and the rest, otherwise for example current Googlebot user ag... bboychev,
In my opinion you need to...

Last ReplyPHP is widely used language in recent days. It is server based scripting language for web development. These frameworks helps. Thanks for sharing. monicageller3691,
PHP is widely used langua...
[PHP] How to Add rel="nofollow", rel="nofollow ugc", rel="nofollow sponsored" and/or Other rel Attributes to Links
Articles in Server-Side | By August R. Garcia
Published | Last Update
Last ReplyAhrefs now shows/lists data related to the rel="ugc" and rel="sponosored" attribute values. See newly added cover image to this post. August R. Garcia,
Ahrefs now shows/lists da...
GZip is a form of file compression that...
MoreIn the quest for peak website performance you will come across GZip compression. This is something that can be used by the majority of websites to...Expires headers are a great thing to add...
MoreIf you're trying to make your website load faster one thing you're going to need to look at is browser caching. What are expires headers? Expire...Hotlinking can be bad. It can choke your...
MoreIt's fairly common for people to steal images on the internet. Sometimes that's fine, you don't care, you might never even find out. On the otherha...[PHP] Embed and Autolink Everything with One Function Call: Vimeo, YouTube, DailyMotion, Imgur, and Gyazo
Articles in Server-Side | By August R. Garcia
Published | Last Update
Last ReplyFootnote - This post is part of a work-in-progress for 256Kilobyte's patch 1.6.0. May update this post later with minor bug fixes / QOL updates to the... August R. Garcia,
Footnote - This post is p...
All PHP Timezones, Timezone Abbreviations, Offsets, and Daylight Savings Time Data
Articles in Server-Side | By August R. Garcia
Published | Last Update
Raw data and functions for extracting da...
MoreWhen using PHP, the timezone_abbreviations_list() function can be used to get information about all of the supported timezones: http://php.net/...