Answers for "open xampp localhost website on mobile"

PHP
0

Accessing Local Website on Mobile (XAMPP)

// Access PC Localhost (XAMPP Server) from Mobile Phone
php -S 0.0.0.0:8080 -t FOLDER_NAME_WHO_HAVE_INDEX_FILE_IN_IT
Posted by: Guest on September-27-2021

Code answers related to "open xampp localhost website on mobile"

Browse Popular Code Answers by Language