-
Archives
- January 2013
- August 2011
- January 2011
- October 2010
- September 2010
- August 2010
- July 2010
- May 2010
- April 2010
- January 2010
- December 2009
- October 2009
- August 2009
- February 2009
- November 2008
- October 2008
- June 2008
- May 2008
- February 2008
- December 2007
- September 2007
- July 2007
- April 2007
- March 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
-
Meta
Category Archives: PHP
The power of streams
A while ago at work, a customer asked that we add an export of a specific table in his database to his website. It wasn’t a difficult export, just get every row in the database and output it in a … Continue reading
Posted in PHP
Leave a comment
PHP’s SoapServer and generating WSDL files
Since PHP5, doing stuff with Soap became way easier. SoapServer and SoapClient where added, giving pretty much everybody the ability to create a simple SOAP provider and consumer. But, as always, there is a but. And the ‘but’ in this … Continue reading
Tricking browsers that are storing passwords
For a system that I’m working on that I plan to, at some point, release as open source product, I am going to implement a system so that, to get the specific pages, you need to enter your password even … Continue reading
Posted in PHP, Programming, The Internet
4 Comments
Error reporting
This has been a draft for a while, so things are probally outdated but I’m still wondering about this, so here goes… I have been doing a lot more PHP lately then I have in a long while and that, … Continue reading
Posted in PHP, Programming
2 Comments