If you have a https site and pull http content you can and probably will get a warning. http content on a https site will also yield a warning Add this in place of http/https to solve all problems.
Currently Browsing
PHP
9 October
Posted in
PHP, Twitter Dev
Pulling recent hashtags from twitter
This code pulls a json of a hashtag search from twitter. It runs some functions to add to a database. (functions not included.)
5 October
Posted in
PHP
Displaying RSS Items using PHP
This script parses an RSS file and displays the items in a list.