This Interests Me

Menu

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

PHP: List the indexes on a MySQL table using PDO.

This is a PHP tutorial on how to list all of the indexes that have been assigned to a MySQL table.

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

PHP: Don’t use the die statement.

Please don’t use PHP’s die / exit statement unless it is absolutely necessary.

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

Get the length of a PHP array

This is a beginner’s guide on how to get the length of a PHP array.

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

How to force HTTPS with Nginx.

In this guide, we will show you how to force HTTPS on an Nginx server. To do this, we will redirect all “plain” traffic to our HTTPS URLs.

Read More...
This article was posted in Nginx, Sysadmin, Tips & Tricks on June 4, 2019.

Calculating the mean / average in JavaScript.

This is a tutorial on how to calculate the mean / average of a JavaScript array.

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

Why are air bubbles coming out of my toilet?

If there are air bubbles coming up from your toilet, then it probably means that one of your drains is blocked.

Read More...
This article was posted in DIY, Tips & Tricks on May 31, 2019.

JavaScript: Detect user activity / inactivity.

This is a short guide on how to detect user activity or inactivity using JavaScript.

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

Returning multiple values from a PHP function.

This is a tutorial on how to return multiple values from a PHP function.

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

Prevent direct access to a PHP file.

This is a guide on how to prevent a user from directly accessing a PHP include file in their browser.

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

MySQL: Server sent charset (255) unknown to the client.

This issue occurs because MySQL 8 changed its default charset to utfmb4. As a result, older software might not be able to connect to it.

Read More...
This article was posted in MySQL, Sysadmin, Tips & Tricks on May 28, 2019.

PHP: Replace an array key.

This is a tutorial on how to replace an array key in PHP.

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

JavaScript: Capitalize the first letter of a string.

In this tutorial, we will show you how to capitalize the first letter of a string using JavaScript.

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

PHP: Get a list of all MySQL databases using PDO.

This is a short tutorial on how to get a list of all MySQL databases using PHP’s PDO object.

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

PHP: Find all images in a HTML string.

This is a guide on how to find and extract all image elements from a string containing HTML.

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

JavaScript: Add a CSS class to an element.

This is a tutorial on how to add a CSS class to a HTML element using JavaScript.

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

PHP: Find and extract all links from a HTML string.

This is a PHP tutorial on how to extract all links and their anchor text from a HTML string.

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

How to get the extension of a file using PHP.

In this guide, we are going to show you how to get the extension of a file using PHP.

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

JavaScript: Add text to a canvas element.

This is a beginners tutorial on how to add text to a canvas element using JavaScript.

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

PHP date: One week ago.

This is a PHP guide on how to get a date that was 7 days ago.

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

JQuery: Add a new row to a table.

This is a tutorial on how to add a new row to a table using the JQuery library.

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

PHP: Split string by first occurrence of a character.

This is a PHP tutorial on how to split a string by the first occurrence of a given character.

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

JavaScript: Detect when checkbox is ticked / unticked.

This is a JavaScript tutorial on how to detect whenever a checkbox has been ticked or unticked.

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

Calculating the execution time of an AJAX request.

This is a short JavaScript tutorial on how to calculate the execution time of an AJAX request.

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

Comparing two dates in JavaScript.

This is a short and simple guide on how to compare two dates in JavaScript.

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

How to detect HTTPS with JavaScript.

In this tutorial, we are going to show you how to detect HTTPS / SSL using JavaScript.

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

PHP: Get a random character from a string.

This is a short tutorial on how to get a random character from a string using PHP.

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

PHP: Fix “Array to string conversion” error.

This is a short PHP guide on how to fix the “Array to string conversion” error.

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

PHP: Convert an array into a comma-delimited string.

This is a short and simple PHP tutorial on how to convert an array of strings into a comma-delimited string. To do this, we will use PHP’s handy implode function.

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

How to refresh a page using PHP.

In this tutorial, we are going to show you how to refresh a pageĀ using PHP. To do this, we will send a header to the browser.

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

How to refresh a page using JavaScript.

This is a short guide on how to reload / refresh a page using JavaScript.

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

PDO: Count number of rows in a MySQL table.

This is a tutorial on how to count the number of rows in a MySQL table using PHP’s PDO object.

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

PHP: Days until next Christmas.

This is a short tutorial on how to calculate the number of days until next Christmas using PHP.

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

PHP: Convert a date into a Unix timestamp.

This is a short PHP guide on how to convert a regular date string into a Unix timestamp.

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

Photographs of Xtra-vision: Ireland’s last video rental chain.

Xtra-vision was a popular movie and game rental store in Ireland. Sadly, it closed its doors in January of 2016.

Read More...
This article was posted in Ireland, Nostalgia on March 31, 2019.

Why did Ireland vote twice on the Lisbon Treaty?

Whenever this topic is brought up, Eurosceptics will often try to frame it as though Ireland was forced to vote on the exact same treaty twice.

Read More...
This article was posted in Interesting Articles, Ireland, Opinion, Politics on March 25, 2019.

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