Hi, In my gwt application,i am using php code for back end process...i can get response from that php file when i deploy on iis server... but i can't get response from that php file when i running from the eclipse...
(i.e) can get response from this url "http://localhost/sample/index.php"
can't get response from this url "http://localhost:8888/sample/index.php" it returns my php code...