On 2/18/06, oldmeatus <[EMAIL PROTECTED]> wrote: > to write the string > $_POST['theEvDay'].$_POST['theEvhr'] > > the result is > 011 > instead of > 0101 > > any clues ?
have you tried :- echo "1 - ".$_POST['theEvDay']."<BR>\n"; echo "2 - ".$_POST['theEvhr']."<BR>\n"; What shows then ? although it is odd.... -- G Yahoo Archives by email = Yes http://groups.kwister.com/owners.php#add NZ community groups - [EMAIL PROTECTED] 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/
