I have a variable called score that holds a number from 1 to 10.
I want to pass this vaiable to a PHP script so that I can add it to a database.
How would I go about this.
I would like to avoid using XML as it is only one number I am sending.
Thanks :)
I want to pass this vaiable to a PHP script so that I can add it to a database.
How would I go about this.
I would like to avoid using XML as it is only one number I am sending.
Thanks :)