Answers for "Accessing Local Website on Mobile (XAMPP)"

1

Accessing Local Website on Mobile (XAMPP)

// XAMPP ANDROID TESTING FROM SAME NETWORK / ROUTER IP ADDRESS
php -S 0.0.0.0:8080 -t FOLDER_NAME_WHO_HAVE_INDEX_FILE_IN_IT
Posted by: Guest on September-24-2021
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 "Accessing Local Website on Mobile (XAMPP)"

Browse Popular Code Answers by Language