Hi,
I am trying to submit a form, i wrote a php form as post request to do so, response showing 200 but it is not returning any data from php, can anyone please explain, why that is happening inside render like that
Hi,
Static Sites are just files, they have no backend. If you’ve uploaded a PHP file to a Static Site you’ll likely just see the code if you visit the PHP file path.
A Static Site would need to post to a Web Service (or other dynamic endpoint) to be able to process form data.
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.