I have index.php
and I want to include class.twitter.php
inside it, how do I do this?
Hopefully then when I put the below code in index.php it will work.
$t = new twitter();
$t->username = 'user';
$t->password = 'password';
$data = $t->publicTimeline();