|
Finally able to sit down and look at this again. You're replies have helped me a good deal, thanks to the both of you.
Substituted:
$HTTP_USER_AGENT with $_SERVER['HTTP_USER_AGENT']
(this may have been more of a warning that could have been handled by
the below update as opposed to an error)
Added this to my php.ini file:
error_reporting = E_ALL & ~E_NOTICE
Seems as though I am having some MySQL issues now... I will work through them before I post them here.
__________________
http://jasonpowers.net
"There are a thousand hacking at the branches of evil to one who is striking at the root."
|