Im trying to develop a program to interact with a web based API.
Is it possible without writing a php script?
Example,
I want to be able to type in whatever in the text box..... then hit done.
say the text box is called account
then the basic API would be: "Create Account = $account"
how do I make it so what i used in the text box show up as $account?
Im sorry its a bit hard to explain.
