Category: PHP
38 posts
How to Get the Value from a key pair using PHP
Hello there, In this tutorial we will learn how to get the value from a key using PHP SQL key pair, you can use the SELECT statement in SQL and fetch the result in PHP using MySQLi.
Here's an example ... Read Mores
Prathmesh Yelne
02-Apr-2023 13:58:39
It is Possible To Send Sms To Mobile Number Using PHP For Free?
Sending SMS to a mobile number for free using PHP is not possible, as it involves using third-party services that charge for their API usage. However, some services offer a limited number of free SMS ... Read Mores
Prathmesh Yelne
20-Mar-2023 0:30:42
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Send Realtime Notifications if User Follow using PHP & Mysql
Hello there, in this tutorial we will learn how to send real-time notifications to a user when someone follows them, you can use a combination of PHP and MySQL along with a WebSocket connection. Here ... Read Mores
Prathmesh Yelne
17-Mar-2023 21:31:15
How to Store Array Data To Database to a Single Column Without serialize() & json_encode() Function
If you don't want to use serialize() or json_encode() to store the $insData array data to a single column (Key Value Pair) in a MySQL database, you can use a custom delimiter to separate the values a... Read Mores
Prathmesh Yelne
16-Mar-2024 11:21:06
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How To Get the Value from a Database using PHP Key Pair
To get the value from a database using PHP key pair, you can use the SELECT statement in SQL and fetch the result in PHP using MySQLi extension.
Here's an example using MySQLi:
<?php
// Set up dat... Read Mores
Prathmesh Yelne
02-Apr-2023 13:58:57
Add and Delete Images from the Server in TinyMCE editor using PHP
Hello there, In this tutorial we will learn how to add and delete images from the server using TinyMCE editor callback and AJAX code, you can use the following steps:
Step 1: Create a PHP script on y... Read Mores
Prathmesh Yelne
02-Apr-2023 15:05:07
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Get All Data of Particular ID and Display using Core PHP 8
Hello Friends, In this tutorial we will learn how to retrieve data from a database using PHP 8, you can follow these general steps:
Connect to the database using the mysqli_connect() function.
W... Read Mores
Prathmesh Yelne
15-Mar-2023 13:01:58
How to Delete an Image from the Server using TinyMCE editor with PHP
Hello Friends, In this tutorial we will learn how to delete an image from the server using TinyMCE editor with PHP code, you can follow these steps:
First, you need to locate the image file on the ser... Read Mores
Prathmesh Yelne
14-Mar-2023 9:11:52
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Insert Image to Servers using TINYMCE Editor Using PHP
Hello Friends, In this tutorial we will learn how to insert an image to servers using TinyMCE editor with PHP code, you can follow these steps:
First, make sure you have a form that allows the us... Read Mores
Prathmesh Yelne
13-Apr-2024 16:45:29
strlen() Function in PHP
The strlen() function in PHP is a built-in function that is used to return the length of a string. The syntax for the strlen() function is as follows:strlen(string $string): intThe strlen() function t... Read Mores
Prathmesh Yelne
12-Mar-2023 13:04:26
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago