Google Products Base Feed Parser
Here is a simple Google base feed parser php class I wrote recently. Â It lets you pick and choose which fields you would like to grab from the feed
Simple Regular Expression Removal Class
I have written a simple php class that handles regular expressions. Once instantiated it can remove characters, numbers, words, letter, or custom expressions from a string. It does not require you to know any of the syntax for implementation. It simply returns the value of the string with the pattern removed.