I just installed Xampp on my mac. I can easily reach my phpadmin page with entring the address http://192.168.64.2/phpmyadmin/. But I cannot run my php file that I've already created and save it in htdocs in lampp as the following addres : http://192.168.64.2/opt/lampp/htdocs/myapp/First.php
that gives me the error object not found.
since I'm new in php and using Xampp, I highly appreciate if anyone can help me to fix this problem. Thank you so much