Test PHP File in localhost
Currently I am trying to develop an Android App in Intellij Idea that connects to the database. I think I have successfully connected Intellij through the database window to a localhost that I created through a Wamp Server. My questions is how can I test my php file that I made in Intellij such that I know that I could use it to connect with my database later?
Please sign in to leave a comment.
Hello,
Did you try to run your code via your web server or CLI interpreter?