Page Number: Page 1 of 1
Actual Results
- diving4NAUI
- Forum: Flash and ActionScript Forum
- Topic: Flash input fields not passing POST variables to PERL script
- Subject: Flash input fields not passing POST variables to PERL script
- Replies: 2
- Views: 1407
Posted: October 7th, 2012, 3:10 am
I found the code if anyone is interested. Actionscrip Flash MX [code] ------SEND BUTTON---------- on (release) { if (name eq "" or subject eq "" or message eq "" or email eq "") { stop(); } else { loadVariablesNum("dive.pl", 0, "POST");...
- diving4NAUI
- Forum: Flash and ActionScript Forum
- Topic: Flash input fields not passing POST variables to PERL script
- Subject: Flash input fields not passing POST variables to PERL script
- Replies: 2
- Views: 1407
Posted: September 27th, 2012, 2:30 pm
I'm not a programer by any means. I'm a Master Diver with a new hobby. This flash project is a whole new animal for me. Html, PHP, and mySQL are easy for me... sort of... not really. I have two files: 1. dive.pl 2. dive.cfg These two file are written in perl. This script takes the "form input t...
