PHP
CodeIgniter 4 CRUD with MySQL
CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. INSERT query is used to insert data in the database .Β SELECT Query is used to select a Read more…
CRUD stands for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for the database. INSERT query is used to insert data in the database .Β SELECT Query is used to select a Read more…
As the name suggest, helper help with tasks. helper is just a collection of functions. In this post we will learn how we can create custom helper in CodeIgniter. There are two types of helper Read more…
Hello dears! Today we’re gonna write about client side printing for the web users. A lot of people are having issues when printing to POS printers, or when they need to print on specific printer Read more…
Holla amigos. We are showing you today a way to use the PHPmailer with a shared hosting. PHPmailer is a module that is used to send emails using SMTP. It provides a collection of functions Read more…
Hello folks Today we will talk about a tool that will facilitate running the node.js application. Every time you edit a nodejs file you need to restart the node application. You usually do Control-C and Read more…
Hello everyone Glad to post again π Today we’re gonna talk about the cross-platform generator tool for Cordova. This engine targets multiple platforms with just one code base, simple and free. It uses HTML5, CSS Read more…
Holla amigos π Hope you all are good. Today we are introducing a fancy interaction between the browser(any browser) and a self made application. Let’s consider that you want you need to provide a client Read more…
Hello folks. As we explain in the last post about the cross-browser plugins, today we will continue by interacting between the browser and the plugin. For example like send actions, receive response, receive results, etc.. Read more…
Hello folks. Hope you all are well. I am introducing something fancy here π Imagine you have a JSON object or array, and you need to create classes and the controller in web api for Read more…
Good day fancy guys π We’re presenting today the best of the best of the best. A remote converter for word to pdf. Using the Microsoft Word Interop apis, we can convert the word file Read more…