xymalf Posted July 28, 2012 Share Posted July 28, 2012 $form_error = 0; # Assume no errors $twitter_username = $_POST['twitter_username']; # A Twitter member account $twitter_password = $_POST['twitter_password']; # The password to Twitter $group_members = $_POST['group_members']; # The url for the RSS feed $submit_button = $_POST['submit_button']; # For validation of origin $group_members = trim($group_members); # make sure list is trimmed $twitter_username = strtolower($twitter_username); # store as lowercase $this_dir = getHTTPpath($_SERVER['HTTP_HOST'],$_SERVER['REQUEST_URI']); why won't this method of sending twitter a password now work? Quote Link to comment https://forums.phpfreaks.com/topic/266382-twitter-passwords/ Share on other sites More sharing options...
scootstah Posted July 28, 2012 Share Posted July 28, 2012 I don't see any code that indicates you are sending Twitter anything. Quote Link to comment https://forums.phpfreaks.com/topic/266382-twitter-passwords/#findComment-1365070 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.