Quote: "How to send an email to yourself
How to add an attachment to the email"
You can't send an email through HTML.
Quote: "How to include AppGameKit variables in the php script"
This requires PHP knowledge. You really need to understand the basics of PHP to use PHP scripts and how to send data to and from it.
You could for example use this send post data to the PHP script: SendHTTPRequestASync( iHTTP, szServerFile, szPostData )
Quote: "Explain how to setup agk for HTTP commands"
You would use these to connect to the host: CreateHTTPConnection() and SetHTTPHost()