Hi, > > “ha" appears in both cases > > bottom line > > Somedomain/index.lc?ha > put $_SERVER[QUERY_STRING] into tEntryPoint > put (tEntryPoint is among the items of "ha,ht,hhe,taka”) > > evaluates to false > > Why? >
Which version of LC server are you using? Using 7.0.6 server with index.lc as follows: <?lc put $_SERVER[QUERY_STRING] into tEntryPoint put (tEntryPoint is among the items of "ha,ht,hhe,taka") ?> Calling that from a web browser as http://mydomain.com/index.lc?ha <http://mydomain.com/index.lc?ha> I get a response: true By the sounds of it, you are seeing false here instead? Cheers, Charles _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
