sure keep it up. mama me dawas wala use karanne php framework ekuk. known as CakePHP. There are many php frameworks, some famous such as Zend, Symphony, CakePHP etc. Frameworks help make your code more structured by dividing it into 3 sections
a) Controller - The Server Side code
b) Model - again server-side but handles connections and associations with the database.
c) View- Client side code such as html, css and javascript.
if anyone is interested in learning a php framework, personally I think CakePHP is a good starting point as it is very programmer friendly and easy to understand and work with.
When you need more power you might want to move to something like Zend Framwork.