hernanrz / hitcounter

Simple hit counter using PDO and MySQL
GNU General Public License v2.0
0 stars 0 forks source link

Pdo #1

Open wads24 opened 4 years ago

wads24 commented 4 years ago

Why doesn't the initiate Pdo script you have in the readme not working? <?php include "hitCounter.php"; $hc = new hitCounter($yourPDOconnection); $hc->init(); ?>

hernanrz commented 4 years ago

Hi! I wrote this 4 years ago so it's probably just outdated, if you give me more details about your PHP version / OS I might be able to help