This may be a questions that’s been asked before. But really can’t help but ask, as I can’t find a relevant post or specific information.
Does anyone know of any good guides or can provide a little information on the functions that can be used to submit information to a php form using post and then pulling said information using get and then processing if the necessary variables are met. The PHP/HTML part is not a problem, it’s the Corona SDK and how to show webpages in the app such as forms without using the actual native functions. Any help would be greatly appreciated.
(ie. App shows a remote HTML page, and processes all actions from said page and then shows new relevant remote HTML page based on form information or the link clicked.)