PHP: Get full URL of current page.
In this tutorial, we will show you how to get the full HTTP URL of the current web page using PHP.
Read More...In this tutorial, we will show you how to get the full HTTP URL of the current web page using PHP.
Read More...In this short PHP guide, I will show you how easy it is to spoof the HTTP referer field using cURL.
Read More...In this tutorial, I will show you how to generate random lotto results using PHP.
Read More...This is a short guide on how to convert XML into JSON using PHP.
Read More...This is a very short tutorial on how to convert negative numbers to positive numbers using PHP.
Read More...This is a tutorial on how to validate user-submitted dates using PHP.
Read More...In this tutorial, we will use PHP to check if a file exists before we attempt to create it.
Read More...This is a simple guide on how to check if a JavaScript variable is a function or not.
Read More...This is a guide on how to use PHP to search for a particular substring in an array.
Read More...In this beginner’s tutorial, I will show you how to list all files in a directory using PHP. We will do this using PHP’s glob function.
Read More...A guide on how to delete all files and sub-folders in a given directory.
Read More...This is a beginner’s tutorial on how to send a simple HTTP GET request with PHP.
Read More...A collection of humorous PHP and Web Developer-related T-Shirt slogans that you can buy online.
Read More...This is a tutorial on how to send Ajax requests after the web page has loaded.
Read More...Temporarily display an element with JQuery.
Read More...An example of exporting MySQL rows to a CSV file that is downloaded by the user’s browser.
Read More...Convert a CSV file into a JSON string format.
Read More...Converting JSON data into a CSV file using PHP.
Read More...A tutorial on how to receive raw JSON POST data with PHP.
Read More...This is a short guide on how to check to see if a PHP function exists (i.e. if it has been defined or not).
Read More...How to stop web browsers from caching your JavaScript files.
Read More...A tutorial on how to dynamically create CSS stylesheets with PHP.
Read More...User passwords on SQL Server will expire by default. To disable this, you will need to untick the expiration checkbox.
Read More...This is a short guide on how to get the day of the week from a given date in PHP.
Read More...This is a quick tutorial on how to “return” variables from an included PHP file.
Read More...This is an extremely simply tutorial on how to populate a drop down list using values that you’ve selected from MySQL.
Read More...A simple guide to using Try & Catch in PHP.
Read More...This is an issue that occurred when I attempted to run a PHP web application on a Windows IIS server.
Read More...This is a tutorial on how to save PHP objects to a MySQL database. This method will also work with other DBMS systems such as SQL Server and PostgreSQL.
Read More...This is a tutorial on how to store a PHP array in a session variable.
Read More...This is probably one of the most common PHP errors.
Read More...This PHP tutorial will show you how to empty a MySQL table using the PDO object.
Read More...This is a tutorial on how to retrieve a list of MySQL tables using PHP and the PDO object.
Read More...This is a simple tutorial on how to write comments in PHP.
Read More...PHP will display the “invalid argument” warning if your code attempts to loop over a variable that is not an array.
Read More...