Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
html iframe alternative?
it would fetch the page from the server and then echo it to your own.
so what you would do is send the variables to the script that you want to execute like this
let's say the page uses the variables size and text to execute their script. so you would include the following
include('http://www.site.com/script.php?size=value1&text=value2');
this will do the following: execute the script on a remote server remote server executes, returns output your server takes that output; echos it on your own page