IS AMONG anamolies

Charles Warwick charles at techstrategies.com.au
Sun Oct 4 02:21:38 EDT 2015


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





More information about the use-livecode mailing list