C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Bhushan Singh(6)
Sandeep Kumar(5)
Sangeetha S(4)
Kisorjan Jakathiswaran(4)
Vijay K(4)
Kuppurasu Nagaraj(4)
Khawar Islam(4)
Kantesh Sinha(3)
P P(3)
Aditi Bamaniya(2)
Md Sarfaraj(2)
Anish Ansari(2)
Ravishankar Velladurai(2)
Nirav Daraniya(2)
Manimekalai Ganesan(2)
Grace Ethan(2)
Emiliano Musso(2)
Ananya Desai(1)
Mohammad Rabie(1)
Sam Bishop(1)
Naruto_uzumaki (1)
Mervyn Manilall(1)
Jay Pankhaniya(1)
Vishwas R(1)
Thiyagu Baskaran(1)
Kiran Verma(1)
Mohamed Shifan(1)
Rathrola Prem Kumar(1)
Ijas Ahamed(1)
Raj Kishore(1)
Sandeep Mishra(1)
Karthick S(1)
Azim Zahir(1)
Lalit Bansal(1)
Roshan Rathod(1)
Praveen Kumar(1)
Rajendr Singh Dodiya (1)
Umesh Singh(1)
Onkar Sharma(1)
Raman Sama(1)
Nilesh Sanyal(1)
Dipa Mehta(1)
Tarun Agrawal(1)
Pratiksha R(1)
Amit Kumar Singh(1)
Joseph Thomas(1)
Bhuvanesh Mohankumar(1)
Bhavya Gaur(1)
Ganeshan N(1)
Naveen Arumugam(1)
Vishnupriya A(1)
Romil Bheda(1)
Tushar Sharma(1)
Tracey Jones(1)
Neeraj Kumar(1)
Afzaal Ahmad Zeeshan(1)
Atif Qureshi(1)
Dipendra Shekhawat(1)
Jaydip Trivedi(1)
Ankur Soni(1)
Javed Ur Rehman(1)
Arjunan Selvam(1)
Sibeesh Venu(1)
Gopi Chand(1)
Resources
No resource found
Is PHP 8.5 Still Relevant for Modern Web Development?
Mar 27, 2026.
Explore PHP 8.5's relevance in 2026 web development. Discover its strengths, weaknesses, and best use cases for CMS, e-commerce, and beyond. Is it still a viable option?
Using WebForms Core in PHP
Dec 25, 2025.
Discover WebForms Core v2 in PHP: build dynamic web apps without front-end frameworks! Simplify DOM event handling and server-side interactions with ease. Learn how!
SQL Injection in Laravel: Understanding, Exploiting, and Preventing Attacks
Oct 31, 2025.
Learn about SQL Injection in Laravel, how to exploit it, and most importantly, how to prevent it. Secure your application with Laravel's built-in features and best practices.
What is the cURL in PHP❓
Aug 14, 2025.
Learn how to use cURL in PHP with simple examples. Understand cURL basics, prerequisites, session handling, curl_setopt usage, and connect your PHP applications to REST APIs easily for backend development.
Streamline PHP Development with Azure MySQL and VS Code
Aug 12, 2025.
Learn how to quickly set up and connect Azure Database for MySQL with PHP using VS Code. Build scalable, secure, cloud-native apps with easy management, backups, and seamless database integration.
Different Type of Variables in PHP
Jun 23, 2025.
Learn about the different types of variables in PHP, including scalar, arrays, objects, and more. This guide covers their usage, examples, and best practices for beginners and developers alike.
What's New in PHP 8.4.6? A More Stable Foundation!
Apr 14, 2025.
The latest PHP release is here: version 8.4.6. Don't expect new features, but do anticipate a significantly more stable and refined PHP 8.4, thanks to a focus on bug fixes and essential improvements.
Visualizing MySQL Date-Time Data with CanvasJS in PHP
Sep 25, 2024.
Learn how to create CanvasJS charts using date-time values from a database in PHP. This comprehensive guide covers setting up your database, fetching data, converting PHP timestamps to JavaScript timestamps, and rendering interactive charts
Web Developers' Guide to URL Encoding and Decoding Mastery
Mar 03, 2024.
URL encoding and decoding are fundamental processes in web development, ensuring the secure and reliable transmission of data over the internet. We will explore the essentials of both URL encoding and decoding, their necessity, rules, examples, and how they are implemented in various programming languages.
How to Build a Calendar in PHP?
Feb 22, 2024.
In this article, we'll guide you through creating a calendar using PHP. It's a straightforward process that involves using HTML for the structure, CSS for styling, and PHP for the logic. We'll start by styling the calendar with CSS, defining how it looks, from the table and headers to individual cells and links.
Installing and Configuring XAMPP on Windows 11
Feb 20, 2024.
This article provides a comprehensive guide on installing XAMPP, the popular PHP development environment, on Windows 10/11. XAMPP includes Apache, MySQL, PHP, and Perl, making it a convenient solution for local development.
Building a Secure PHP MySQL Signup/Login Website with Email Verification
Jan 15, 2024.
Creating a secure signup/login system is essential for any web application that involves user authentication. In this article, I'll guide you through building a PHP MySQL login/signup website with email verification. I'll focus on security best practices, including password encryption using PHP's built-in functions.
Elastic Bean Stalk in AWS
Dec 14, 2023.
Amazon Web Services (AWS) Elastic Beanstalk simplifies web application deployment and management on AWS. It automates infrastructure tasks, ensuring scalability, load balancing, and updates, letting you focus on application development.
PHP.ini Upload_Max_Filesize Exceeded Error
Oct 26, 2023.
The uploaded file exceeds the upload_max_filesize directive in php.ini." This error occurs when you're trying to upload a file in PHP, but the size of the file being uploaded is larger than the upload_max_filesize directive specified in your php.ini configuration file.
Laravel Lumen Lightweight Framework for Powerful Web Applications
Jul 11, 2023.
Laravel Lumen is a lightweight micro-framework built on Laravel, offering developers a fast and efficient solution for building microservices and APIs. With its minimalistic approach, seamless integration with the Laravel ecosystem, and emphasis on performance optimization, Lumen enables the creation of powerful web applications with ease.
Custom search functionality for data tables for server-side processing with PHP and MySQL
Jun 30, 2023.
To add custom search functionality to Data Tables for server-side processing with PHP and MySQL, you can modify the SQL query dynamically based on the search criteria provided by the user.
CRUD Operation in PHP using MySQL
Jun 21, 2023.
In this article, you will learn the standard way to create a CRUD operation. It is created using PHP and MySQL with custom functions. So, it is very simple to learn and develop your project.
How to run a PHP code using XAMPP Server
Jun 19, 2023.
The most commonly used web-backend programming language is PHP. A PHP script can be executed through a web server module. Installing a web server like Apache and a database server like MySQL is required in order to run PHP for the web. Can use XAMPP on Windows and Linux operating systems. This tutorial will show you how to run a PHP program on an XAMPP server.
6 Functionalities That Make PHP a Versatile Language
Apr 26, 2023.
In this blog, we will explore the six most frequently utilized features and functionalities of PHP, along with real-world examples demonstrating how they can be applied in practical applications.
Best Practices for Building Large-Scale Laravel Applications
Apr 22, 2023.
This article provides tips and best practices for developing large-scale Laravel applications. By following these best practices, you can improve the quality and scalability of your application, make it easier to maintain and update and ensure that it is built using industry-standard coding practices.
My Journey From PHP To Flutter Developer
Feb 13, 2023.
Hello guys, In this article, I will be sharing my journey of transitioning from a PHP Developer to a Flutter Developer. So, without further ado, let's dive in,
Connection Between PHP And MS CRM
Mar 26, 2022.
In this article, you will learn about the Connection between PHP and MS CRM.
How To Read JSON File And Display In A Table Using PHP
Feb 24, 2022.
In this article, will discuss about how to read a JSON file and display the details in table format using PHP.
Deploy A Dockerized Laravel Application To AWS ECS With EC2 Instance Launch Type Using GitHub Actions
Jan 17, 2022.
In this article, you will learn how to deploy a docker-ized Laravel applications to AWS ECS EC2 launch type.
Voyager An Admin Panel For Your Laravel Application
Jan 07, 2022.
Voyager is a free and open-source pre-build admin panel for the Laravel application.
Write And Append Data In JSON File Using PHP
Dec 03, 2021.
In this article will explain how to write and append a data in json file while on submitting a form. Here using few PHP function we are going to add a date in json format.
User Management With Location Track Using PHP/MySQL
Nov 16, 2021.
User management application with same users location track using xampp server PHP/MySQL.
Working With Zip Files In PHP
Mar 12, 2021.
This article explains how we can use the ZipArchive class to work with zip files in PHP.
Create An Ordering System Using Laravel, RabbitMQ, And Twilio
Dec 28, 2020.
By the end of this article, you will be able to create a web application using PHP which will be able to store the message in the queue and will be able to send messages to the users on their phone.
How To Create AWS EC2 Instance And Host PHP Applications
Sep 08, 2020.
By the end of this article, you will be able to create an AWS EC2 instance or Virtual Machine(VM) and you will be host PHP applications.
Top 5 Reasons Why Python Is Better Than PHP
Sep 08, 2020.
In this article, you will learn about Top 5 Reasons Why Python is better than PHP.
How To Implement A Youtube Video Search Using Youtube Data API V3 In A WordPress Website
Jul 09, 2020.
This article gives an introduction of how to integrate Youtube Data API v3 for a Youtube video search and how YouTube Data API v3 API will provide access to YouTube data, such as videos, playlists, and channels.
Top 10 Most Popular Articles of PHP
Jun 16, 2020.
This article lists the top 10 most-read articles of PHP category.
Operators In PHP
May 21, 2020.
In this article you will learn about Types and usage of operators in PHP.
Control Statements In PHP
May 20, 2020.
In this article you will learn about control statements in PHP.
Data Types And Variables PHP
May 19, 2020.
In this article you will learn about Data Types and Variables PHP.
Installation Of Apache For PHP
May 18, 2020.
In this article, you will learn about the installation of Apache for PHP.
MySQL PHP MVC CRUD Without Framework
Apr 21, 2020.
This article shows beginners how to make their own MVC framework pattern in PHP. Also, it explains the design style of a framework and the way of coding.
The Difference Between Abstract Class and Interface in PHP
Apr 20, 2020.
In this article, you will learn about the difference between abstract class and interface in PHP.
How To Install WAMP Server On Windows 10
Feb 25, 2020.
Installing WAMP Server on Windows 10 provides a local development environment for web projects. It integrates Apache, MySQL, and PHP, enabling seamless testing and deployment. Once installed, you can access your projects via localhost.
Understanding Parallel Programming Using Pthreads In PHP
Feb 13, 2020.
PHP is the appeal of a simple synchronous, single-threaded programming which attracts most developers. And for significant performance improvement,Pthreads can enhance the experience of your website if implemented correctly.
SQL Injection Step By Step - Part One
Sep 30, 2019.
This article explains how SQL injection can be used to bypass the login page of a PHP application.
Starting With PHP - Installation, Syntax, Variables, Constant
Jul 25, 2019.
In this article, you will learn how to get started with PHP - installation, syntax, variables, and constant.
Convert PHP Array to String
Apr 17, 2019.
This code explains how to convert an array into a string in PHP.
Exploring Kraken - A Distributed And Async PHP Framework
Aug 16, 2018.
PHP frameworks are noted for their developer friendly feature and robust nature. PHP itself is a widely used programming language, so the different frameworks in themselves are hugely admired and widely used. In this article, we will discuss Kraken, the first and the only multi-processed, multi-threaded, fault-tolerant, distributed, async PHP framework, and its major features.
WordPress Setup Using Raspberry Pi 3 And PHP
Mar 12, 2018.
In this article, you will learn to Setup WordPress using Raspberry Pi 3 and PHP.
Lightweight Raspberry Pi 3 Web Server Using PHP And HTML
Feb 13, 2018.
This article demonstrates how to make a lightweight Web Server for the home using Raspberry Pi 3 and Python 3 IDE. The Pi can even handle Web Server so if you want to launch your own website with a proper back-end you can easily do it. This web server is a small amount of traffic and development purposes.
How To Take Screenshot Using jQuery And PHP
Jan 10, 2018.
Hello all, today in this article we will learn how to take screenshots using jquery and php. So, basically we will create a webpage and in the webpage we create a button which will take screenshot using the help of library called html2canvas . So once we take the screenshot we will save the screenshot in a json file using the help of jquery, javascript and php. We will be using for jquery and javascript to handel client side request and php to handel server side request. We will also learn about file handling using php.
Setting Up Google App Engine And Uploading An Image To Google Cloud Using PHP
Jan 09, 2018.
Setting up Google App Engine for PHP involves configuring App.yaml, deploying code, and leveraging Google Cloud Storage for image uploads. With PHP libraries, developers can seamlessly integrate image upload functionality into their applications hosted on Google Cloud Platform.
How To Control SQL Injection In PHP
Dec 07, 2017.
This is an interview question, when a person showcases himself as the FULL Stack developer, it is very important that the developer should have base knowledge on the security aspects of the applications.
Building WordPress Theme From Scratch - Part One
Oct 30, 2017.
Hi all, I am writing a series to create a theme in WordPress with all functionalities like show blog post and add widgets on the front page. I will create this series for absolute beginners who want to improve his skills in php so here you can learn to build your own theme with all those functionalities you want in your own theme.
Create A Login Form Validation Using PHP And WAMP / XAMPP
Mar 22, 2017.
Create a login form validation, using PHP and WAMP/XAMPP.
How To Connect PHP With Azure Web App Using Microsoft Cloud Services
Jan 11, 2017.
In this article, we will learn how to connect PHP with Azure web app using FileZilla FTP client and Microsoft Cloud Service.
How To Design A Web Page Using PHP
Jan 07, 2017.
In this article, you will learn how to design a Web page, using PHP.
Export To Excel In PHP With MySQL
Jul 16, 2016.
In this article, you will learn how to export to excel in PHP with MySQL.
Integrate Azure SQL Database With PHP Website
Jul 15, 2016.
In this article, you will learn how to integrate Azure SQL Database with PHP website.
How To Use Access Modifiers In PHP
Jul 11, 2016.
In this article you will learn how to use access modifiers in PHP.
How To Setup VM On Azure For PHP Websites
Jul 04, 2016.
In this article, you will learn how to set up a VM on Windows Azure, deploy your PHP & MySQL based Website, and get full control over it.
Login Service In PHP And MySQL For Android Applications
Jun 28, 2016.
In this article, you will learn login service in PHP and MySQL for Android Applications.
Create A Custom Form Plugin In WordPress - Part Two
Jun 21, 2016.
In this article you will start with plugin development in WordPress.
Laravel From Scratch
Jun 21, 2016.
This article will help you to understand the basics of the Laravel Framework.
Smarty Framework in PHP
Jun 21, 2016.
In this article you will learn to install and work the Smarty framework
Create Custom Login And Register Without Using Plugin In WordPress
Jun 15, 2016.
In this article, you will learn how to create custom login and register without using a plugin in WordPress
A Guide to Create Custom Page Templates in WordPress
Jun 07, 2016.
In this article, you will learn how to create custom page templates in WordPress.
Installation Of Yii (PHP) Framework
May 17, 2016.
In this article you will learn about Installation of Yii (PHP) Framework
How To Install Apache, MySQL, PHP (LAMP) Stack On Azure Linux VM
May 02, 2016.
In this article you will install Linux, Apache, MySQL, PHP (LAMP) Stack on Azure Linux VM in Azure Portal by using PUTTY.
Deploying PHP Website In Azure LAMP Stack (VM) Using FileZilla
May 01, 2016.
In this article, I explain will how to deploy PHP website in Azure LAMP Stack by using FileZilla.
Install PHP On Windows
Apr 19, 2016.
In this article you will learn how to Install PHP on Windows.
Set Up PHP Form For Cloud Messaging Service In Google: Part Two
Apr 18, 2016.
In this article you will learn how to set up PHP Form for Cloud Messaging Service in Google.
What is XML And How To Use XML in PHP
Apr 14, 2016.
This article shows an overview of XML and how to use XML in PHP.
PHP Web App In Azure
Apr 12, 2016.
In this article you will create a PHP web app in Azure App Service by using the Azure Portal.
Why Use ASP.NET For Web Development
Apr 11, 2016.
In this article I will try to explain why one should use ASP.NET over other programming frameworks for web scripting and web application programming.
What To Choose Between PHP And ASP.NET
Mar 16, 2016.
In this article you will learn what to choose between PHP and ASP.NET.
Working With Wamp Server To Create A Database And Host A Website
Mar 13, 2016.
In this article, we discuss how to install Wamp Server, how to host a site on Wamp Server, and how to create a database in WAMP Server PhpMyAdmin page.
Create Dynamic Invoice Form Using PHP
Feb 25, 2016.
In this article you will learn how to create a dynamic invoice form using PHP.
PHP 7.0 - Variables And Comments
Feb 11, 2016.
In this article we discuss PHP variables, comments, and single and double quotes.
Getting Starting With PHP 7.0
Feb 10, 2016.
In this article you will learn about the new version of PHP 7.0.
16 Reasons To Use Drupal’s Ubercart for Creating Shopping Cart On Your Ecommerce Store
Feb 02, 2016.
In this article you will learn why we use Drupal’s Ubercart for creating Shopping Cart on your Ecommerce store.
Creating A LAMP Stack Using Bitnami In Microsoft Azure (Virtual Machine)
Feb 01, 2016.
In this article you will learn about creating a LAMP Stack using Bitnami in Microsoft Azure (Virtual Machine).
Change Profile Picture In WordPress
Jan 25, 2016.
In this article you will learn how to change your profile picture in WordPress.
Delete Your WordPress Blog Or Site Hosted On Wordpress.com
Jan 25, 2016.
In this article you will learn how to delete your WordPress blog or site hosted on Wordpress.com.
How to Install Zend Framework Two
Jan 25, 2016.
In this article you will learn how to install Zend Framework Two.
OOPs In PHP
Jan 15, 2016.
This article will help you to learn about the OOPS concept in PHP with examples.
Four Steps to Install Magento Manually
Jan 14, 2016.
In this article you will learn about the four steps to install Magento manually.
How To Start PHP Programming On NetBeans
Jan 11, 2016.
In this article we are going to learn a step by step procedure of how to set environment in NetBeans for PHP development.
Create An HTML Form And Insert Data Into The Database Using PHP
Nov 18, 2015.
This article shows how we can create a SIGN UP form and store the entered data into our database (mysql) using PHP.
PHP Tutorial - Part 2
Sep 29, 2015.
In this article you will learn how to handle error in PHP. This is part 2 of the article series.
PHP Tutorial - Part 1
Sep 26, 2015.
In this article you will learn how to start the first program in PHP.
PHP Introduction And Enviornment Setup
Sep 22, 2015.
In this article you will learn an overview of PHP language and Environment Setup.
Registration and Login Form in PHP Using OOP
Aug 28, 2015.
In this article, I create a simple registration and login form in PHP using OOP and MySQL.
Demonstrate Arrays in PHP
Aug 24, 2015.
This article demonstrates arrays in PHP. An array is a collection of values of the same data type. In PHP the array concept goes further in the manner that in PHP an array stores each item as a key and value pair.
Functions in PHP
Aug 20, 2015.
In this article you will learn about various functions in PHP.
PHP Rest Service
Aug 19, 2015.
In this article we will learn the rest services in PHP.
Various Methods For Outputting Data on the Browser in PHP
Aug 13, 2015.
In this article we will see various methods for outputting data to the browser.
PHP Configuration Environment
Aug 11, 2015.
This article explains how to configure the PHP Environment.
A Simplified Approach to MVC on PHP
Aug 09, 2015.
In this article you will learn a simplified approach to MVC on PHP.
Add Related Posts in Each Posts in WordPress
Jul 17, 2015.
This article explains how to add related posts to each post in Wordpress depending on the tags given.
Geolocalize a Device and Store Coordinates on Webserver
Jun 01, 2015.
In this article we'll see how to make a simple geolocalizing Windows Phone App, and how to store the coordinates it acquires on a remote Web server, for further examinations.
File Handling in PHP: Scene 1
May 30, 2015.
This series of articles helps you to get the detailed knowledge about file handling in PHP.
Quickly Installing LAMP Server on Debian or Ubuntu Linux
May 18, 2015.
A fast reference to install a LAMP server (Linux-Apache-MySQL-PHP) with a single command line on Debian-based Linux distributions.