PHP
ENOENT indicate npm ERR! errno -4058
Just started React coding and you get errno -4058. Instead of create-react-app my-app, run it like npx create-react-app my-app. If error still exists, run ‘npm install -g...
What is a Software Framework? React Js, Angular JS, Bootstrap,Django, MUI, Bootstrap
This blog post delves into the concept of frameworks in programming, exploring their definition and highlighting prevalent examples. and what’s impat in developement. What is...
How to add automatic base URL in Codeigniter?
Are you tired of changing script path each time you more your script into different locations. Here is a trick, so that you can automatically...
How to get last insert id from Database in Codeigniter?
In this Codeigniter Tutorial, I will let you know how to get last insert id from the table. Sometimes, You have to work on relational...
Easily convert Numbers into Words in PHP
Sometimes we need to convert numbers into words or texts in PHP application. But PHP don’t have build in functions to convert numbers into words....
How to remove index.php from Codeigniter URL
Codeigniter, a modern PHP framework with MVC approach comes with many inbuilt features including custom Routes configuration. In every Codeigniter application there is index.php in...
How to use Google reCAPTCHA in Codeigniter form?
Captcha is use to prevent bots and spam while submitting online forms. reCAPTCHA is a free service by Google that protects your website from spam...
RESTful API using Codeigniter
REST stands for Representational State Transfer is this a way to communicate to computers over HTTP protocol like browser to servers Sharing data between two...