Posts filed under 'PHP'
PHP 5.2 - Nesting level too deep - recursive dependency?
I installed PHP 5.2 on my testing server today and a couple of bits of code that previously worked fine in version 5.1.6 threw fatal errors in the new version. The error message was “Nesting level too deep - recursive dependency?” and it took a little time to track down the root of the problem. Here’s what happened…
Posted on 13 November 2006 | 15 comments | continue reading
Dates in PHP and MySQL
I see a lot of people on forums and on my training courses asking about the best way (or any way) to manage dates stored in a MySQL database and used in PHP. Three options follow, but first the problem…
Posted on 3 November 2006 | 10 comments | continue reading
Search PHP & MySQL documentation from Firefox 2 search box
Firefox 2.0 is now available and it transpires that the search provider functionality uses the same OpenSearch specification as IE7. That means the custom search providers I created for IE7 also work with Firefox2, so here they are again…
Posted on 26 October 2006 | | continue reading
Search PHP & MySQL documentation from IE7 search box
So Internet Explorer 7 is now available and I’ve been playing around with the functionality of the new search box. These links add specialist search providers to the search box in Internet Explorer 7. They provide searching of the on-line documentation for PHP and MySQL. Just click the appropriate links to add the search functionality you want…
Posted on 20 October 2006 | | continue reading
