<?php
require_once('twitteroauth.php');
$connection = new TwitterOAuth('*********', '***********','**************','**********');
$connection->post('statuses/update', array('status' => 'text to be tweeted'));
?>
this is my php file, in the same folder i have twitteroaut.php and oauth.php. I uploaded these files to my website but nothing happens when i open it.