Category: PHP
38 posts
PHP क्या है (What is PHP in Hindi)? पुरी जानकारी in Hindi
PHP क्या है ? PHP (Hypertext Preprocessor) एक open-source server-side scripting language है। ये वेब डेवलपमेंट के लिए काफी प�... Read Mores
Prathmesh Yelne
10-Mar-2023 0:29:02
How to Check the URL Contains Certain String or Not Using PHP
Hey Friends, In this tutorial given a URL and the task is to check the URL contains certain string or not. The URL are basically the strings. So in order to check the existence of certain strings, two... Read Mores
Prathmesh Yelne
07-Mar-2023 17:42:28
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Prevent SQL Injection in PHP using PDO Prepared Statements
Hello Friends, In this tutorial we will learn how to prevent SQL injection in PHP using PDO prepared statements. Here's an example code snippet to demonstrate how to do so:Step 1: Create a PDO connect... Read Mores
Prathmesh Yelne
04-Mar-2023 12:54:43
How to Prevent SQL Injection step by step in PHP?
SQL injection is a common type of web application vulnerability that allows an attacker to execute malicious SQL statements through user input fields. To prevent SQL injection in PHP, you can follow t... Read Mores
Prathmesh Yelne
04-Mar-2023 12:54:53
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Implementing User Verification Badge System using PHP
Hello Friends, In this tutorial we will learn how to Implementing a user verification badge system using PHP involves several steps. Here's an overview of the process:Define the requirements: Before i... Read Mores
Prathmesh Yelne
01-Mar-2023 22:59:14
Write Steps to create a functional and secure API using PHP
To create an API using PHP, you can follow the steps below:
Determine the endpoints: First, you need to determine the endpoints for your API. An endpoint is a URL that clients can use to access specif... Read Mores
Prathmesh Yelne
10-Jul-2023 10:28:37
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Pass JSON Data in a URL using CURL in PHP ?
In this tutorial, we will see how to pass the JSON Data in a URL using CURL in PHP, along with understanding the different ways for passing the data in a URL through the illustrations. The cURL stands... Read Mores
Prathmesh Yelne
03-Feb-2023 18:37:13
How to Get Current Page URL using PHP ?
In this tutorial, we will see how to get the complete URL of currently running pages using PHP, along with understanding their implementation through the examples. $_SERVER is a super global variable ... Read Mores
Prathmesh Yelne
06-Feb-2023 17:22:22
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago
How to Create an Array for JSON using PHP ?
In this tutorial, we will see how to create an array for the JSON in PHP, & will see its implementation through examples.
Array: Arrays in PHP is a type of data structure that allows us to stor... Read Mores
Prathmesh Yelne
03-Feb-2023 10:42:44
What is the difference between echo, print, and print_r in PHP?
echo: echo is not a function rather it is described as a language construct. It accepts an list of argument (multiple arguments can be passed) and returns no value or returns void. It cannot be used a... Read Mores
Prathmesh Yelne
30-Jan-2023 19:33:01
September 11, 2020
2.2 K Views
GCP Cloud Engineer
21 hours ago