Re: ACT Conversion

2001-08-09 Thread Chris Thompson
> We are moving away from windows all together in the office I work for, one of > our major programs that we use here is ACT2 DB. Can someone point me in the > right direction of converting a ACT2 DB to MySQL. If it's any help, I recently used the following method to successfully convert an ACT2

Re: CGI/Perl and MySQL (OT?)

2001-06-06 Thread Chris Thompson
> Trying to get text from a CGI textarea box to go into MySQL with the > line breaks instead on generic \n breaks. Is there an easy way to parse the var > and make the necessary change? You can use a Perl regular expression. The following seems to work for me: # replace line breaks with HTML