http://www.tiffanydavisphotography.com/

If you go there and click "online proofing", I've successfully made a form. To make my form, I made two input boxes, gave them variable names, turned it into the movie clip "form", added this code to the movie clip..

onClipEvent(data){
_root.nextFrame();
}

Added a button below the form [not in it!] and added this code..

on (press) {
form.loadVariables("login.php", "POST");
}

Firstly- why is that funny text coming up in the variable box? Something like "level10.loginname".. and how can I add a stroke to the input box? And why when I click on the "login" button is nothing happening.. ? I've added my PHP file.. I program PHP fluently, but this is the first time intertwining the languages.. in my PHP file, if I told something to print, would it? In the Flash box? How can I load a PHP file in my flash program? Is that possible?

Help. =D Thanks.