Hello, I am relatively new to Web Development so i'm sorry if this is a stupid question.
I have created a MySQL data base with a table of users and their passwords along with some various account information, I have successfully been able to read and write into the database with PHP but I am making an iPad Application in which I would like it to upload data to the MySQL Database.
I am confused as to how to do this and am having trouble finding examples. I understand the concept that I must load a web page in the background with the data in the URL somehow but i don't understand how i can decipher the URL into the php. Does anyone know of an example or can tell me how to do this?
I have created a MySQL data base with a table of users and their passwords along with some various account information, I have successfully been able to read and write into the database with PHP but I am making an iPad Application in which I would like it to upload data to the MySQL Database.
I am confused as to how to do this and am having trouble finding examples. I understand the concept that I must load a web page in the background with the data in the URL somehow but i don't understand how i can decipher the URL into the php. Does anyone know of an example or can tell me how to do this?