Entries Tagged ‘parse’

Parse a String with BB Code or RSS using PHP

tweetcount_url=’http://applicationdeveloper.net/2009/07/15/parse-string-bb-code-rss/’;tweetcount_title=’Parse a String with BB Code or RSS using PHP’;tweetcount_short_url=’http://su.pr/20H1o1′;tweetcount_cnt=1;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;Writing a function to parse BB Code and RSS Feeds each time you need them is a pain. Here’s a use function to throw into an include or just have on hand for later.A little while ago I was stuck reading forum content outside of [...]

Comments (4)

String Handling: Parsing Links from a String

tweetcount_url=’http://applicationdeveloper.net/2009/07/10/string-handling-parsing-links-string/’;tweetcount_title=’String Handling: Parsing Links from a String’;tweetcount_short_url=’http://su.pr/2oUmR8′;tweetcount_cnt=1;tweetcount_src=’RT @appdevnet’;tweetcount_via=false;tweetcount_links=true;tweetcount_background=’b55151′;tweetcount_text=’ffffff’;With the popularity of APIs that connect to Twitter, Facebook, and even sites like StumbleUpon, it’s becoming increasing important to work with String Handling functions.Here’s a very handy function to replace a link in a String with the html format for posting on the web.I can’t remember where [...]

Leave a Comment