|
-
I have error in this script, please help. A have two imput text field. test and test2.
on (release) {
loadVariablesNum ("pokus.php?text="+test"&text2="+test2, 0, "POST");
}
-
try this:
on (release) {
loadVariablesNum ("pokus.php?text="+test+"&text2="+test2, 0, "POST");
}
you missed a "+" hope that helps!
-
Originally posted by FlashGuru
try this:
on (release) {
loadVariablesNum ("pokus.php?text="+test+"&text2="+test2, 0, "POST");
}
you missed a "+" hope that helps!
Thanx
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|