Loading in progress...

WordPress

All posts :

Capitalize the first letter of every word in PHP

in this post, we will see how to capitalize every first letter of a sentence, or a name. This post if the 3rd of my serie on PHP useful functions. You can find my other posts about Importing a CSV file in PHP and Export a PHP array in a CSV File. This function is […]

Import a CSV file into a PHP array

In a first article we saw how to transform a PHP array and export it to a CSV file . This article is the opposite, it will allow you to generate a PHP array from a CSV file. We will transform a CSV file containing this kind of data:   and return a PHP array like this one: […]

Export a PHP array to CSV, compatible with UTF-8 and Microsoft Excel

In this first article of the series, we will try to create a function to export a PHP array as a CSV file, readable in Excel. The purpose of the manipulation is to have in input data a PHP associative array and output a CSV file that will be downloaded to the user’s computer. For that, we will create […]

How to make money with a WordPress plugin

Nowadays, WordPress is the most popular CMS. It’s behind more than 25% of all websites over the internet. When it’s been created, it was made just to create blogs. During the past years it evolved and now you can use it for approximatly everything. This is thanks to thousands of plugins and themes available online. […]

Services