I'm going to be working my head around getting the database stuff in there. I'm fairly new to PDO as well so I hope I'm going to do it right. Before this I want to make sure the rest is working.
I was wondering if the following piece of code needs editing:
<?php
class Auth {
private $_siteKey;
public function __construct()
{
$this->siteKey = 'my site key will go here';
}
With what do I replace 'my site key will go here' ? Should I use the randomString function? I'm new to OOP so this might be a very very stupid question heh.
Thanks in advance








MultiQuote






|