This Interests Me

Menu

Skip to content
  • About
  • Tips & Tricks
  • Interesting Articles
  • Code

PHP: Check if cURL is enabled.

This is a short guide on how to check whether cURL is enabled as a PHP extension or not.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on March 25, 2019.

PHP: Check if a class exists.

This is a short guide on how to check if a PHP class exists or not.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on March 15, 2019.

How to disable the “Auto Start Stop Feature” in an Audi.

This is a short guide on how to enable and disable the Auto Start Stop Feature in an Audi vehicle.

Read More...
This article was posted in Cars, Tips & Tricks on March 7, 2019.

Populate SELECT options with Ajax.

This is a JavaScript tutorial on how to populate a SELECT element’s options with an Ajax request.

Read More...
This article was posted in Code, JavaScript, PHP Tutorials, Tips & Tricks on February 25, 2019.

PHP: Assign a function to a variable.

This is a short guide on how to assign an anonymous function to a variable in PHP and then call it.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 21, 2019.

jQuery: Simple $.each example.

This is a short jQuery tutorial on how to use the $.each function.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on February 20, 2019.

PHP: file_get_contents timeout.

This is a short guide on how to set the timeout for PHP’s file_get_contents function.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 20, 2019.

PHP: Send XML via POST.

This is a guide on how to send XML via a POST request using PHP.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 20, 2019.

What is Rage Bait?

Allow me to explain how digital media companies and social media gurus are drumming up outrage for the sake of generating more advertising revenue.

Read More...
This article was posted in Facebook, Interesting Articles, Opinion, SEO / Webmaster on February 19, 2019.

Check if HTML element exists using JavaScript.

In this guide, I will show you how to check if a given HTML element exists using JavaScript.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on February 18, 2019.

PHP: Convert 24 hour time to 12 hour time with AM/PM.

This is a PHP tutorial on how to convert a standard 24 hour date and time into a 12 hour time.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 15, 2019.

Microsoft Edge CORS bug.

The other day, I stumbled across a CORS-related bug in Microsoft Edge.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on February 14, 2019.

PHP: Get the width and height of an image.

In this tutorial, I will be showing you how to get the width and height of an image using PHP.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 14, 2019.

Get file input size using JQuery.

In this guide, I will be showing you how to get the size of a selected input file using JQuery.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on February 13, 2019.

PHP: Download file using file_get_contents.

This is a PHP tutorial on how to download a file from a remote server using file_get_contents.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 13, 2019.

Can you fail your driving test for driving too slowly?

You can fail your driving test if you drive too slowly. This is because overcaution is a sign that you are not confident behind the wheel.

Read More...
This article was posted in Cars, Interesting Articles, Ireland, Tips & Tricks on February 12, 2019.

Call to undefined method PDO::execute()

This is a common error to witness if you are a PHP developer who is learning how to use the PDO extension.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 12, 2019.

PHP: Using cURL with a proxy.

This is a guide on how to use a proxy with PHP’s cURL functions.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 8, 2019.

Sending multiple non-blocking cURL requests with PHP.

In this tutorial, I will show you how to send multiple non-blocking / asynchronous cURL requests using PHP.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 7, 2019.

PHP: Return array from include file.

This is a short PHP guide on how to return an array from an included file.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on February 7, 2019.

Resident Evil 2: Signal Modulator Puzzle.

This is a guide on how to solve the Signal Modulator puzzles in the remake version of Resident Evil 2.

Read More...
This article was posted in Gaming, Resident Evil 2 Remake, Tips & Tricks on February 4, 2019.

Metal Gear Solid (1998) remake. Please get it done, Konami.

Konami are missing out on a golden opportunity to give the original Metal Gear Solid (1998) game a proper reboot.

Read More...
This article was posted in Gaming, Opinion on February 1, 2019.

Check if a MySQL row exists using PHP’s PDO object.

In this tutorial, I will be showing you how to check if a row exists in MySQL. To do this, I will be using PHP’s popular PDO object.

Read More...
This article was posted in Code, MySQL, PHP Tutorials, Tips & Tricks on January 31, 2019.

Resident Evil 2: Solving the lion, maiden, and unicorn statue puzzles.

This is a guide on how to solve the lion, maiden, and unicorn statue puzzles in the remake version of Resident Evil 2.

Read More...
This article was posted in Gaming, Resident Evil 2 Remake, Tips & Tricks on January 31, 2019.

Resident Evil 2: A well-worn key.

A short guide on how to use the well-worn key in the remake version of Resident Evil 2.

Read More...
This article was posted in Gaming, Resident Evil 2 Remake, Tips & Tricks on January 30, 2019.

Unlocking Leon’s desk in Resident Evil 2.

This is a guide on how to unlock Leon’s desk in Resident Evil 2.

Read More...
This article was posted in Gaming, Resident Evil 2 Remake, Tips & Tricks on January 29, 2019.

PHP: Get numbers from a string.

This is a short PHP tutorial on how to get numbers from a string using the preg_match_all function.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on January 29, 2019.

Resident Evil 2: Unlocking the Portable Safe.

This is a short guide on how to unlock the Portable Safe in the remake version of Resident Evil 2.

Read More...
This article was posted in Gaming, Resident Evil 2 Remake, Tips & Tricks on January 29, 2019.

PHP: Increase maximum upload size.

This is a short guide on how to increase PHP’s maximum upload size.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on January 23, 2019.

Argument passed to function() must be an instance of ClassName.

This is a short guide on how to fix the “argument must be an instance” error in PHP.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on January 18, 2019.

PHP: Check if string starts with a specified string.

This is a short PHP guide on how to check if a string starts with a given string.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on January 18, 2019.

Setting custom headers with PHP.

This is a guide on how to set custom HTTP response headers using PHP.

Read More...
This article was posted in Code, PHP Tutorials, SEO / Webmaster, Tips & Tricks on January 10, 2019.

PHP: Disable memory limit.

This is a short guide on how to completely disable PHP’s memory limit value.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on January 10, 2019.

Power steering stopped working in Vauxhall Insignia.

If the power steering stops working in your vehicle, then your alternator belt might have slipped off.

Read More...
This article was posted in Cars, Tips & Tricks on January 4, 2019.

Getting a random value from a JavaScript array.

This is a short tutorial on how to get a random value from a JavaScript array. To do this, we will have to generate a random index number that represents an element in the array.

Read More...
This article was posted in Code, JavaScript, SEO / Webmaster, Tips & Tricks on December 10, 2018.

Post navigation

← Older posts
Newer posts →

Search

Recent Articles

  • Why the police withhold evidence from the public.
  • Dr. Peter Hackett isn’t a good LISK suspect.
  • Gilgo Case: LISK and the burner phones.
  • HTTPS is invalid and might prevent it from being indexed.
  • Louise Bundy: Ted Bundy’s mother.
  • Johnnie Culpepper Bundy: Ted Bundy’s stepfather.
  • Bebo nostalgia: Old screenshots and images.
  • Shannan Gilbert was not a LISK victim

Categories

  • Cars
  • Code
  • DIY
  • Facebook
  • Fantasy Football
  • Football
  • Gaming
  • Gardening
  • Instagram
  • Interesting Articles
  • Ireland
  • JavaScript
  • Linux
  • MySQL
  • Nginx
  • Nostalgia
  • Opinion
  • PHP Tutorials
  • Politics
  • Resident Evil 2 Remake
  • SEO / Webmaster
  • Serial Killers
  • Slang
  • Snapchat
  • Stocks
  • Sysadmin
  • The Sopranos
  • TikTok
  • Tips & Tricks
  • Uncategorized

Toolbox
Privacy Policy

© 2013-2025 ThisInterestsMe.com