icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.
Old October 7th, 2004, 4:48 PM   #10 (permalink)
Surpass Fan
Super #1
 
Joined in Aug 2004
Hosted on SH58
1,688 posts
Gave thanks: 6
Thanked 7 times
Quote:
Originally Posted by patrickb
I don't think this last solution will work, since all you are basically doing is changing the value of the text field's entry to ***** (however many stars there may be). This will just cause stars to be posted to the form.
No, no, no. See, that's the purpose of the hidden form field. Then you just have some server-side processing on the form parser that goes a little like this:

Code:
<?php
if( $n4 == "******" ){
$n = $n5;
} else{
$n = $n4;
}
?>
See where I'm going with that?
__________________
- Evan Charlton | [site] | Server - SH58
Kickersny.com is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On