This Interests Me

Menu

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

Convert a PHP array into an object.

This is a short guide on how to convert an array into a PHP object.

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

PHP: Calculating the median value.

In this tutorial, we will show you how to calculate the median value of a set of numbers using PHP.

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

PHP: Changing the FTP directory.

In this tutorial, we are going to show you how to change an FTP directory using the PHP function ftp_chdir.

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

Log into an FTP server using PHP.

This is a beginner’s tutorial on how to login to an FTP server using PHP.

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

How to see who you’ve unfollowed on Facebook.

In this guide, we are going to show you how to view a list of the people that you’ve previously unfollowed on Facebook.

Read More...
This article was posted in Facebook, Tips & Tricks on January 11, 2020.

Subtract hours from a time and date using PHP.

In this tutorial, we will show you how to subtract hours from a date and time using PHP.

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

PHP: How to get the last modification time of a file.

In this tutorial, we are going to show you how to get the last modification time of a file using PHP.

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

How to turn off the blue LED light on Blink XT cameras.

A guide on how to disable the blue LED light on your Blink security camera.

Read More...
This article was posted in Tips & Tricks on January 8, 2020.

How to parse an XML string using JavaScript.

In this tutorial, I will show you how to parse an XML string using JavaScript.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on January 8, 2020.

PHP: How to close a PDO connection to MySQL.

This is a PHP tutorial on how to close a PDO connection.

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

JavaScript: Check if a string contains a substring.

This is a tutorial on how to check if a string contains a substring using JavaScript.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on January 6, 2020.

How to read large files with PHP.

In this PHP tutorial, we will show you how to read large files and avoid “memory exhausted” errors.

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

Add hours to a date and time using PHP.

This is a tutorial on how to add hours onto a date and time using PHP.

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

Generating a random color with JavaScript.

In this tutorial, we will show you how to generate a random RGB color using JavaScript.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on January 2, 2020.

How to generate a random number with JavaScript.

This is a short tutorial on how to generate a random integer number using JavaScript.

Read More...
This article was posted in Code, JavaScript, Tips & Tricks on January 2, 2020.

How to calculate the percentage of a number using JavaScript.

In this tutorial, we will show you how to calculate the percentage of a number using JavaScript.

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

Calculating the reverse percentage with PHP.

This is a short guide on how to calculate the reverse percentage of a given number in PHP.

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

How to convert an MKV file into an MP4 using VLC media player.

In this guide, we will show you how to convert an MKV file into an MP4 file using the free VLC media player.

Read More...
This article was posted in Tips & Tricks on December 25, 2019.

How to empty a JavaScript array.

This is a short tutorial on how to empty a JavaScript array.

Read More...
This article was posted in Code, JavaScript on December 24, 2019.

JavaScript: Round a number to 2 decimal places.

This is a short guide on how to round numbers to decimal places in JavaScript.

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

JavaScript: Add an element to the end of an array.

This is a short tutorial on how to add an item to the end of a JavaScript array.

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

How to check if a JavaScript object is empty.

In this guide, we will show you how to check if a JavaScript object is empty. We’ll also provide you with a custom function that you can use.

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

PHP: Remove the last character from a string.

In this article, we show you how to remove the last character of a string using PHP. We also show you how to handle special characters.

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

Check if a value exists in a JavaScript array.

In this JavaScript tutorial, we are going to show you how to check if a certain value exists in an array.

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

How to delete a property from a JavaScript object.

In this tutorial, we will show you how to delete a property from a JavaScript object.

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

PHP: Sort array keys in a reverse / descending order.

In this PHP tutorial, we will show you how to sort array keys in descending order while maintaining the correct key-to-value associations.

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

PHP: Get next year’s date.

In this tutorial, we are going to show you how to get next year’s date using PHP.

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

How to get the current year using PHP.

In this tutorial, we will show you how to get the current year using PHP.

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

PHP: mssql_get_last_message returning empty string.

The other day, I came across a frustrating issue with the PHP function mssql_get_last_message.

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

What’s the difference between die and exit in PHP?

There are no differences between “exit” and “die” in PHP. Both of these language constructs do the exact same thing.

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

Converting PDF files into older PDF versions using PHP.

This is a short guide on how to convert a PDF file into an older PDF version using PHP.

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

PHP: Parsing a string as a float / decimal.

In this tutorial, we will show you how to convert a string into a float value using PHP.

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

PHP: Set custom headers with cURL.

In this guide, we will show you how to easily modify HTTP request headers using PHP’s cuRL extension.

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

PHP: Send a 503 Service Temporarily Unavailable header.

In this tutorial, we will show you how to return a “503 Service Temporarily Unavailable” status code using PHP.

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

PHP: Check if date is a leap year.

In this tutorial, we are going to show you how to detect leap years using PHP.

Read More...
This article was posted in Code, PHP Tutorials, Tips & Tricks on August 22, 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