hi,

If I am executing something similar to
Code:
Lianja.execute("VFPVariable  = '" + message + "'");
from php, will it still be + message + ? Or will this operator(+) change depending on the scripting language?

I have this php page where I have the following code

Code:
$route_count = 5; // Numeric
// Now assign this value to a VFP global (numeric)variable called "gnroutecount"
Lianja.execute('gnroutecount = ' + $route_count);
Is that the right way?

Thanks & Regards,
Murali