Michael L Torrie wrote: >Just escape the strings before you insert them. MySQL will take them >just fine. In PHP there's a function to do this. > >Michael > > > Wasn't sure if running something like "addslashes" on the string would currupt the data. Eric Jensen