Data Format

2007-04-08 Thread essential quint
Hello Everyone, I'm still learning DBI, so please dont hit me too hard. ;) I've noticed, when capturing form input in multiline text boxes, the format (particularly line breaks) is getting lost. Is there a way to preserve such things as line breaks? Thanks, quint _

Simple Query Question

2004-01-03 Thread essential quint
Greetings, I'm writing a login script for a website, and the first subroutine will look up the username. But suppose the username doesnt exist in the database, then what kind of value will MySQL or DBI return? I need it for writing the conditional in the control structure. Thanks, quint __