local response = http.post( "http://pastebin.com/api/api_login.php", "api_dev_key="..key.."&".. "api_user_name="..textutils.urlEncode(user).."&".. "api_user_password="..textutils.urlEncode(pass) )
I'm trying to figure out how to use it for a form for my new CC YouTube program.
This is the website I'll be posting to: http://cc-youtube.ho...om/add-info.php
Of course, if I can, I'll remove the simple math question ,_,
But is this possible?












