imported_quasi
Member
I'm trying to pass data from a desktop application to a php page for storage in a MySQL database. Currently, I'm forming the URL with GET parameters, and capturing those in the php file. I can't get Java to connect to the page and pass the data. I've also tried using the OutputStreamWriter and sending the variables via POST, but I can't seem to get anything to work.
I know the php script is functioning properly because when I manually visit the page in a browser, it works fine.
Edit: I went back to the post method, still no luck. View the code, since the code editor here isn't working.
I know the php script is functioning properly because when I manually visit the page in a browser, it works fine.
Edit: I went back to the post method, still no luck. View the code, since the code editor here isn't working.