Hi Broyer, I tested the php code with my application both in -noserver Hosted mode and web mode. The situation is the same between two modes. The server seems not execute php code properly.
> > What you see is how a browser parses the PHP code (<? starts a bogus > comment, which ends at the first "<", so you're seing the H1 and then > the ";?> part which is parsed as plain text), i.e. the PHP isn't > executed on the server-side but rather sent as-is to the browser. Are > you running it on another server (and using the -noserver mode in the > HostedMode/GWTShell) or are you stupidly trying to have the HostedMode/ > GWTShell embedded server to execute your PHP code? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
