apphp dataform

I would like to use an apphp.com dataform in my SC project. I want to augment the SC forms.

I tried adding a simple form however the data shows as $name for example instead of showing the real data. I am including the php code in a Blank application.

I am thinking that SC is altering the php code in some way.

Should this be possible?

Thanks

Of course could be possible. SC parses it’s apps looking for “globals” and macros to substitute for the real code, and for generation of the final PHP files.

Share your code if it’s not too big, and maybe we can see if there is something SC don’t likes it.