I made this little bit project following instructions from this tutorial https://www.djamware.com/post/59924f9080aca768e4d2b12e/ionic-3-consuming-rest-api-using-new ...
I am trying to send data to my server using Angular 5 as front end and PHP as server end language. I tried to get data from server, and get data from URL and submitting it in PHP script and the both ...