I am new to all of this, but– I lately put in XAMPP on my PC and domestically hosted a server there. It makes use of POST requests that are dealt with by PHP scripts on my PC, together with permitting others to attach and add photos to a folder, or clear the uploads. That is all working nice.
Nevertheless, I then had the thought that it could be helpful to have the ability to host from my iPhone as an alternative, if that have been doable, in order that it could all the time be with me.
I’ve downloaded the iSH app and gotten a server working from my iPhone, and the webpage itself (html, css and js) hundreds and works as meant. Nevertheless, not one of the POST performance works, apparently as a result of my .php recordsdata cannot be executed by my iPhone. So my query is, is there one other language that I can use to re-write my PHP capabilities in to deal with POST requests and work together with recordsdata (create, write, delete)* on the iPhone?
*I am speaking about recordsdata within the ‘recordsdata -> iSH -> root’ folder right here, not the photographs app or something like that.
Thanks upfront!