TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About XAMPP
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mike Steward (5)
Bhushan Singh (3)
Kisorjan Jakathiswaran (2)
Ganeshan N (2)
Mohamed Shifan (1)
Kantesh Sinha (1)
Deepak Kumar (1)
Onkar Sharma (1)
Related resources for XAMPP
No resource found
Installing and Configuring XAMPP on Windows 11
2/20/2024 6:51:27 AM.
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
Create An HTML Form And Insert Data Into The Database Using PHP
11/20/2023 5:49:00 AM.
This article shows how we can create a SIGN UP form and store the entered data into our database (mysql) using PHP.
CRUD Operation in PHP using MySQL
6/21/2023 8:56:59 AM.
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
6/19/2023 5:55:23 AM.
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 requir
Handling SQL Queries Using XAMPP Server
3/7/2023 6:56:51 AM.
XAMPP is a Free full-fledged development environment that lets you install the Apache web server, MariaDB database, Perl, and PHP scripting languages in one installation. It is a free solution stack f
Create A Login Form Validation Using PHP And WAMP / XAMPP
6/16/2020 12:56:04 AM.
Create a login form validation, using PHP and WAMP/XAMPP.
How To Install And Configure XAMPP On Windows 10
3/11/2020 9:05:40 PM.
In this article, I have described how to install and configure a XAMPP Server on Windows 10.
Working with PHP functions with XAMPP
10/29/2018 1:54:49 AM.
In this section we are going to understand with php functions. PHP is very well known in the world of web-development & is a powerful tool for making dynamic and interactive Web Pages.
Install And Configure XAMPP Server With Data Insert Into Database
3/17/2017 1:48:55 PM.
In this article, you will be able to install and configure XAMPP Server with the data inserted into the database.
Installing Moodle In Xampp
4/15/2016 11:34:41 AM.
In this article you will learn how to Install Moodle in Xampp.
How to Install CakePHP in XAMPP
2/9/2015 1:32:03 PM.
This article describes how to install CakePHP in XAMPP
YII Framework Installation on XAMPP in PHP
1/30/2015 3:32:51 PM.
In this article you will learn YII Framework Installation on XAMPP in PHP
Send mail on local host via Mercury with Xampp
6/19/2012 1:55:29 AM.
In this article we are going to have some interesting things with PHP; we are going to send mail via mercury with XAMPP.
File uploading in PHP using XAMPP
12/12/2011 10:36:11 PM.
In this article we are going to understand how to upload a file with the help of PHP. For this purpose you must install a XAMPP server.
Installation of XAMPP Server to run PHP program
12/3/2011 11:59:19 PM.
XAMPP Server is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP programming languages.
Working with database in PHP
12/3/2011 11:17:12 PM.
In this section we are going to know that how to work with a database with the XAMPP server of PHP where MySQL is in the back-end.