Building A Rest API With PHP

Building A Rest API With PHP

It’s been a long time since I haven’t written an article but nowadays I’m very much focused on learning new things and upgrading myself. Meantime I got the idea to write about Rest Api so that fellow learners can learn if they don’t know. Before start building a rest API I would love to explain … Read more

Upload Files Using Ajax In PHP

upload-files-using-ajax-in-php

Hello readers! Uploading files to the server is a common task in web development. In the past, it was done using traditional form submissions, which required a page reload and was not very user-friendly. Nowadays, with the help of AJAX, we can upload files to the server without reloading the entire page, making the process … Read more