Understanding PHP Sessions: A Beginner’s Guide When building dynamic websites, you often need to keep track of user interactions or store information temporarily while the
Category: Php
How to check php extension is enabled
To check if a specific PHP extension is enabled, you can use any of the following methods: 1. Using the php -m Command Run the
How to use curl in php
cURL is a php library and stands for the client Url, with the help of cURL we can send files and download data over http
Dependency Injection In Php
Dependency Injection(DI) is a part of software design. DI is a procedure for managing object dependencies with another object so it will eliminate hard-coding dependencies
Theme development in wordpress
Here we are going to learn about WordPress theming. How can we create or develop own theme ? Here we discuss about some main ideas
HTTP Response Status Codes
HTTP response code shows that a HTTP request has been completed with some codes like 200, 201 etc. We can understand it like when a
Php Show All Errors
We can show all errors and warning in php with ini_set. Write this two lines In index.php or php.ini or main file of your project.
What is Google Firebase
Firebase is a very cool tool of Google. Firebase is a very important tool for both mobile and web applications. Firebase is very helpful for
Syntax error or access violation: 1101 BLOB, TEXT, GEOMETRY or JSON column can’t have a default value
Today we discuss about an error in Laravel migration for json type and text type. Laravel provide migration feature for quickly create DB table through
Php Array Function: array_search()
array_search() function will return key of searched value in given array. Example 1 Output: Syntax: array_search(value,array,strict) Parameter and its description value: Required: search value in