Skip to content

write

Writing about interests; Web, Dev, SEO, Marketing and more!
Menu
  • Home
  • Contact

Tag: PHP

PHP backend web language

February 7, 2019

Creating a dynamic captcha image with PHP

Sick of my contact form being used as an express way for spammers i set about to make a solution to end the spam to which i was surprised still…

January 30, 2019

Comparing speed for 3 PHP save image methods

Testing the speed with 3 methods to save or download an image in PHP, each method was run twice and then the average time was used with the output filename…

January 27, 2019

PHP Imagick JPG compression quality 1 to 100

Comparing Imagick a PHP image plugin JPG image file compression from 1 (lowest) through to 100. The original image was 1MB and the code used to do this test was:…

January 26, 2019

Measuring page load time with PHP

A simple method to view a PHP pages load time in seconds can be done with the use of microtime(). Microtime when called counts in microseconds, using microtime true makes…

January 1, 2019

Getting latest Sub Reddit posts with PHP

Fetching a Sub Reddits latest posts is actually easy, mostly because the Reddit API is free and you don’t need a key. You can do self archiving with PHP and…

December 23, 2018

PHP check if MySQL row found for query

If you want to check if a row will be returned using PHP and MySQL you can use mysqli_num_rows which counts how many rows will be returned from the query….

December 18, 2018

PHP 7.0 vs 7.3 vs 7.4 Dev benchmarks

Thanks to this post by SteveMC at Lowendtalk PHP versions were benchmarked using php-benchmark-script.com On a reported Intel i3 3240 – 8GB ram, from version 7.0 through to the latest…

December 11, 2018

Resize an image in Vanilla PHP

Here is a way to resize images in PHP without needing a framework like ImageMagick or GD The below code is derived from here. With the function resize_image taking into…

November 18, 2018

Scraping Steam screenshots with PHP

Here is how to scrape a Steam games screenshots with PHP. It’s actually very simple. All games on Steam have a community hub which has news, videos, forums, guides, screenshots…

November 15, 2018

NBA fixture API with PHP; Making simple team fixture

NBA offers many useful and detailed API endpoints, from stats to scores and shot charts they are very generous and providing given that it is for free. In this post…

Posts pagination

« Previous 1 … 18 19 20 … 26 Next »

Categories

Analytics Business Computing Consumer Creative Development Fitness Gaming Managment Marketing News Photography Random SEO Sport Technology Travel Uncategorized Web Design

Tags

a6500 API App Apple Blog Bootstrap Chart Computing CSS Dev Digital Marketing Drone FFmpeg Hosting How to HTML Internet IOS jQuery JS Lake Eppalock Laravel Linux Marketing Mavic Air 2 Media MYSQL nba Online Store Photography PHP Product development Server Small Business Social Media Sony alpha Ubuntu Video VPS Vultr Web Web design Web Dev Windows server YouTube
 

Loading Comments...