There doesn't seem to be any specific ways to pass it through as PHP. But for:
<iframe src="https://www.facebook.com/plugins/registration.php?
client_id=MYAPPID&
redirect_uri=http://www.timerelief.ca/database/register.php?
fields=name,birthday,gender,location,email"
scrolling="auto"
frameborder="no"
style="border:none"
allowTransparency="true"
width="100%"
height="600">
</iframe>
How would I get the variables in the "fields" of the Facebook Registration plug-in form. I want these to be passed as PHP variables.