Hi twdarkflame,

Thank you for your feedback.
I tried your php script, but there is nothing to appear on the page.
I also test your php script with application in web mode on my local
web server, the situation is the same.
Do you have any idea?


On 5月28日, 下午7時49分, twdarkflame <darkfl...@gmail.com> wrote:
> Really weird, the php is ignoreing the second quote mark...its acting
> like its escaped or not a quote mark at all.
>
> I dont think this has anything to do with GWT...the PHP happens on the
> sever long before gwt is run (on the client).
>
> Try writing the php as
>
>     <?php
>     $test = 5;
>     echo "<h1>ABC</h1>"+$test;
>     ?>
>
> Do you get ABC5 or ABCtest; ?
>
> On May 28, 9:31 am, bencoder <zwj...@gmail.com> wrote:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to