On this page the following entries were made in the “September, 2005” time-frame.
Archive for “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 if statement, or two (or fifty…).
My only satisfaction being that once finished I don’t have to [...]
Continue reading “PHP and form processing” »
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 to write code properly as opposed to muddling along like I do at the moment.
Continue reading “php sessions” »