I have created an html form in UIWebView. On tapping submit in the html form I call a php script which inserts the values in mysql database.I am not able to store the values in the database via POST method in form action. When I tried to debug my script by hardcoding the values I found that the php script is not called.Please guide me if my approach is wrong - by calling a php script from within an html page embedded in UIWebView