XAMPP is an open source package that is widely used for PHP development. XAMPP contains MariaDB, PHP, and Perl; it provides a graphical interface for SQL (phpMyAdmin), making it easy to maintain data in a relational database.
If you have not installed XAMPP, please refer to XAMPP-setup to install and set up XAMPP.
Assuming that you have already set up XAMPP
Reminder: be sure to stop the server when you are done. Leaving the servers running consumes energy and may later prevent the servers from starting.
<?php echo "Hello World @^_^@" ?>
XAMPP/htdocs/
.
Put helloworld.php file
under XAMPP/htdocs/cs4640/
Be sure to start your web server. To access your app,
open a web browser and enter a URL
http://localhost/cs4640/helloworld.php
Released under the CC-BY-NC-SA 4.0 license.
Last updated 2022-05-22 16:08