Basic php stuff Check out a collection of php articles on basic stuff that we must know when we deal with php.
PHP LANG REFERENCE Posts
Basic php stuff Check out a collection of php articles on basic stuff that we must know when we deal with php.
PHP explode function explained in plain English Hi everyone, in this tutorial i am going to explain as simple as i can how the explode() php function works. We are gonna see real world examples on how we make use of the explode() function. Posted: 29-Oct-2022 | PHP Lang Reference | Views 155
How to create write read and delete files in php As a php programmer you will use very often the php built-in filesystem functions to create, read, write, and delete files. So in this tutorial we are going to see, and explain in plain English how we do this. Posted: 25-Aug-2022 | PHP Lang Reference | Views 432
How to fetch database data as arrays or objects in php In this article we are gonna see how we can turn the data fetched from the database, into a php array or an object. In the following paragraphs we are going to use the fetch methods that the mysqli_result object provides us, to create arrays and objects from the database data. Posted: 15-Feb-2022 | PHP Lang Reference | Views 2367
Tutorial Categories