RE: [PHP] Checkbox

2003-03-26 Thread David Pearson
Just be wary that not all browsers will honor the readonly flag (Netscape 4 for example). In looking at this I found a tutorial at http://www.estek.net/estek/idocs/forms/_INPUT_DISABLED.html . I tested it in IE 6, NS 7.02 and Opera 7. None of these browsers prevented me from checking and uncheck

RE: [PHP] how to know if email sent

2001-10-19 Thread David Pearson
By default you'll never know if the email you sent gets through. You could set up a bounced email tracking system. There is an "Errors-To" header in the email messages that you can have send to a specially set up account on your system. Then have a cron job process that looking for bounced emai

RE: [PHP] Can I have If...Else inside a For Loop???

2001-10-19 Thread David Pearson
Could it be the semi colon at the end of the 'if' line, at '... $nChar = 45); { ...' ? Looks like the if statement ends there, the ' { print "OK."; } ' is a block on it's own and the 'else' is now out of context. -Original Message- From: Brad Melendy [mailto:[EMAIL PROTECTED]] Sent: Fri