Monthly Archives: September 2005

PHP and form processing

I hate PHP form processing, I really hate php form processing. I am currently adapting a form creater and processor, and I am beginning to really hate forms. Though I am learning a whole lot about how to write an … Continue reading

Posted in Rants | 2 Comments

php sessions

When writing php scripts and using sessions remember you have to start them in all files, including those you include in the script… Remembering that would have saved me a little bit of time today! Maybe one day I’ll learn … Continue reading

Posted in Rants | 1 Comment