userjack6880 / Open-DMARC-Analyzer

Open DMARC Analyzer is an Open Source DMARC Report Analyzer to be used with DMARC reports that have been parsed by John Levine's rrdmarc script or techsneeze's dmarcts-report-parser.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use PDO instead of mysqli

ntimo opened this issue · comments

commented

Hello,
the project looks very very awesome. But I have one small question, why are you using mysqli instead of PDO? :) PDO supports much more databases types.

Best wishes,
Timo

I appreciate the feedback. I honestly hadn't considered PDO - I've been using mysqli (and by extension, mysqli) for so long, I guess I just haven't moved on. I'll actually give it a consideration and do some testing with it.

I've taken your suggestion and implemented PDO instead of mysqli. Once again, thanks for the attention and suggestion.