Basic php stuff Check out a collection of php articles on basic stuff that we must know when we deal with php.
PHP AND JSON Posts
Basic php stuff Check out a collection of php articles on basic stuff that we must know when we deal with php.
How to create update read and delete data in a json file with php Hello everyone, in this tutorial we are going to see how to create a CRUD back-end application using php. CRUD stands for create, read, update, and delete. So we are going to insert, update, read, and delete users in a JSON file. Posted: 20-Oct-2022 | PHP and JSON | Views 1432
Edit json files with php Most of the time when we build a website, we are gonna have a folder with a bunch of json files inside. Those json files are containing information that usually is spread throughout the whole website. So in this tutorial we are going to build a php application with which we are going to fetch the data from the json files and edit them. Posted: 07-Jul-2022 | PHP and JSON | Views 1564
How to display JSON data in a dynamic HTML table with PHP In this article, we are going to fetch the data from a JSON file, and we are going to put them inside a dynamic HTML table with PHP. And as most of the time you can download the free source code. Posted: 27-Mar-2022 | PHP and JSON | Views 5308
How to create a JSON file from a MySQL database using php In this article we are gonna fetch data from a MySQL database table and we are going to store them in a JSON file using php. Posted: 22-Mar-2022 | PHP and JSON | Views 849
Storing form data in a json file with php We are going to see how to store messages from a contact form in a JSON file using php. Posted: 15-Jan-2022 | PHP and JSON | Views 3191
How to encode and decode JSON data using php In this post we are going to deal with JSON and PHP. We are going to see how to encode and decode JSON values using the php json_encode and json_decode functions. Posted: 14-Jan-2022 | PHP and JSON | Views 895
Tutorial Categories