dropdown menus |
8/7/2008 12:59:23 PM |
PHPRunner General questions | |
I was wondering how I can manipulate the pre-selected phrase "please select" in dropdown menus. I wanna get rid of the "please" - because I am an unpolite guy <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=9224&image=1&table=forumtopics' class='bbc_emoticon' alt=';)' /> |
|
J
|
Jane 8/8/2008 |
Hi, |
|
scuba author 8/11/2008 |
Thanks Jane, but I can't make that work for dependent dropdowns - is there a way? And where can I manipulate the "Record was added" statement? |
J
|
Jane 8/12/2008 |
Hi, if($strSize<2) echo '<option value="">'."Please select".'</option>'; else if($mode==MODE_SEARCH) echo '<option value=""> </option>';
|
|
scuba author 8/12/2008 |
Thanks again for helping. One last question: |
J
|
Jane 8/12/2008 |
Hi, $email = "scuba@online.de,".$values["con_email"]; |