Hi
My first post yaa lol. This will lily be the 1st of many posts as i trty to get my head round things.
Basically i am going to need to post info from a form in to a database but all so post it to a remote api url at the same time how best to do this can it be done.
example.
FORM
[USERNAME]
[SUBMIT BUTTON]
i NEED TO INSERT THE USER NAME IN TO THE DATABASE AND ALL SO SEND IT TO
http://www.apidomain.com/?user=USERNAME
Hope i have explained what i need well.
All so why i am here what is the best way to auto increment the form i now there will be an easy way to do this in php but if any of you can tell me what it is or the best way to implement it that would be great.