I am taling values from a form using pop up menus. I am taking those values, stringing them together and writing to a text document. The problem is that I am losing a leading zero in one place but not the other. I want to hold my leading zeroes. What I have <option value="01">01</option> for theEvhr & <option value="01">01</option> for theEvDay
to write the string $_POST['theEvDay'].$_POST['theEvhr'] the result is 011 instead of 0101 any clues ? thanks Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
