hello can anybody help me solve this issue?
I am trying to connect php to app inventor to upload data from my form.
this is the block structure
the php is uploaded to server and works perfect on its own. yet when I try to run through app inventor
the notification i recieve is:
also no data is being stored in database when using the app.
Please help
TIMAI2
November 18, 2021, 4:23pm
2
How do you test this, with your browser or with curl/Postman. Is the php expecting a POST or a GET ?
Please show the complete responseContent, errors are usually shown at the end...
Many developers often get stuck when trying to handle the response content from an online server after making a GET request using the web component. Those trying to help often ask to see the raw responseContent being returned. When using companion this can be copied and pasted to the community for those trying to help to use with debugging. This is how you might return that information / data to a label.
BLOCKS
[image]
DATA
Do It Result:
""Name","Date of Birth","Age"
"Adah","06/04/1999","2…
thanks so much
this is definitely the issue.
On second note do you know any free hosting sites for php. I am on a time crunch and do not want to spend money on a college project.
again thanks a lot. you just saved my life.
ABG
November 18, 2021, 6:20pm
7
How much did you pay for tuition on that course, compared to the price of a web site?
Penny wise, pound foolish.
1 Like
system
Closed
November 25, 2021, 6:27pm
8
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.