On Tue, 13 Feb 2001, John W Ford wrote:
> Thanks everybody for helping me out... I got the scripts loaded and am
> talking to mySQL via DBI now.
>
Good John,
Which method did you use?
Please let us know so we can add it to our list of fixes ...
Regards
Peter
[EMAIL PROTECTED]
--
It is as sp
On Tue, 13 Feb 2001, Irmund Thum wrote:
> Rolf Hopkins schrieb:
> >
> > "^M"???
The ^M is the carriage return/line feed usually found in ms/dos text
files.
On my Linux system (on downloaded files) I removed them by
tr -d \r old file > new file.
tr = text replace; -d delete; \r = ^M
see 'info
On Thu, 8 Feb 2001, Linsen Limsico wrote:
> Does anyone know how to find duplicates in a table and deleting them. I can't figure
>out how to structure the query.
>
> Linsen
>
Hello,
Being new to this I don't know the coding however I would look at making
another table and then use the UNIQUE com
> >
> >I suggest you look for a new file called libmysqlclient.so (maybe in
> >another location) and symlink libmysqlclient.so.6 against it. After that
> >run 'ldconfig' and try to restart apache.
> >
> >Greetings,
> >
> >-
> >Rop Slijkerman
> >
>
I had a similar problem but this was due to the p
On Fri, 2 Feb 2001, Siim Einfeldt aka Itpunk wrote:
>
> I get an awful lot of spam to my private email as well, I could filter
> them, but does anyone know what is the best way to actually get to know
> where and from who the email has come from (as the from addresses lie
> 99% of the cases)?
>
>