I have a php page that has an input form. This input uses php code to get a session variable from another page to pre-populate the input form. It works as it should in my localhost/xampp environment but after compiling these pages in B4A the input form that is supposed to be populated with the text of the variable, now shows up as the php code ie, <?php echo $variable ?>. I think it is coming from the quoted (") value of the form and showing as quoted text. I have tried everything I can think of to remedy this on the php side but nothing works. I have to populate the form with php. Is there something on the B4A side that I can do? Everything else works in the compiled apk but that.