PHP: Determine if a number is odd or even.
In this PHP tutorial, we will show you how to check if a number is odd or even.
Read More...In this PHP tutorial, we will show you how to check if a number is odd or even.
Read More...This is a short guide on how to remove whitespace characters in PHP.
Read More...This is a PHP tutorial on how to list all of the indexes that have been assigned to a MySQL table.
Read More...Please don’t use PHP’s die / exit statement unless it is absolutely necessary.
Read More...This is a beginner’s guide on how to get the length of a PHP array.
Read More...This is a tutorial on how to calculate the mean / average of a JavaScript array.
Read More...This is a short guide on how to detect user activity or inactivity using JavaScript.
Read More...This is a tutorial on how to return multiple values from a PHP function.
Read More...This is a guide on how to prevent a user from directly accessing a PHP include file in their browser.
Read More...This is a tutorial on how to replace an array key in PHP.
Read More...In this tutorial, we will show you how to capitalize the first letter of a string using JavaScript.
Read More...This is a short tutorial on how to get a list of all MySQL databases using PHP’s PDO object.
Read More...This is a guide on how to find and extract all image elements from a string containing HTML.
Read More...This is a tutorial on how to add a CSS class to a HTML element using JavaScript.
Read More...This is a PHP tutorial on how to extract all links and their anchor text from a HTML string.
Read More...In this guide, we are going to show you how to get the extension of a file using PHP.
Read More...This is a beginners tutorial on how to add text to a canvas element using JavaScript.
Read More...This is a PHP guide on how to get a date that was 7 days ago.
Read More...This is a tutorial on how to add a new row to a table using the JQuery library.
Read More...This is a PHP tutorial on how to split a string by the first occurrence of a given character.
Read More...This is a JavaScript tutorial on how to detect whenever a checkbox has been ticked or unticked.
Read More...This is a short JavaScript tutorial on how to calculate the execution time of an AJAX request.
Read More...This is a short and simple guide on how to compare two dates in JavaScript.
Read More...In this tutorial, we are going to show you how to detect HTTPS / SSL using JavaScript.
Read More...This is a short tutorial on how to get a random character from a string using PHP.
Read More...This is a short PHP guide on how to fix the “Array to string conversion” error.
Read More...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...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 is a short guide on how to reload / refresh a page using JavaScript.
Read More...This is a tutorial on how to count the number of rows in a MySQL table using PHP’s PDO object.
Read More...This is a short tutorial on how to calculate the number of days until next Christmas using PHP.
Read More...This is a short PHP guide on how to convert a regular date string into a Unix timestamp.
Read More...This is a short guide on how to check whether cURL is enabled as a PHP extension or not.
Read More...This is a short guide on how to check if a PHP class exists or not.
Read More...This is a JavaScript tutorial on how to populate a SELECT element’s options with an Ajax request.
Read More...