Hi Raml, I'm not sure I understand your setup exactly.
If you run your GWT app in hosted mode, it will try to get the php file from your public/php/ directory (or wherever you put your php). It won't be processed as php before it is sent to the browser, so you will get the raw script <?php and everything. The same is true if you cut and paste the url into a browser (localhost:8888/...) If you compile the app and put the result on a server which runs PHP, then it should work (provided that the PHP is correct, of course). If your Apache server doesn't process PHP, then of course, you will still get the complete script. Are you saying that your app works in hosted mode if you put the required result in the php file but doesn't when you run it on apache with the proper PHP file? That would suggest that your Apache server isn't interpreting the PHP (Are you using the full "<?php" tag not the short "<?" tag?). Or are you saying that the PHP works when submitted directly in a browser, but doesn't through your GWT app? Ian http://examples.roughian.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
