onPHP5.com

PHP5: Articles, News, Tutorials, Interviews, Software and more
  
Featured Article:
Learning PHP Data Objects
 
 
Thu, 29 Jul 2010
 Home   About   Contribute   Contact Us   Polls  RSS feed-icon-10x10.gif
Top Tags
article book conference mysql mysqli news onphp5 oop pdo php5 poll prado security solar symfony unicode zend zend core zend framework zend platform
More tags »

Not logged in
Login | Register

den_hotmail@fbzz

Articles: article

What Our Users Are Saying

Markus Malkusch on Exceptions in __autoload()
Tuesday, 18 May 2010, 15:00
I have written a general purpose Autoloader: http://php-autoloader.malkusch.de/en/ I liked your Exception Concept and wanted... more »

dennisp (editor) on Learning PHP Data Objects
Saturday, 10 April 2010, 12:16
In reply to #2, You can use SET NAMES SQL command to achieve that.... more »

andrea belvedere on Learning PHP Data Objects
Monday, 08 March 2010, 06:30
Hi Dennis, thank you for your book, I bought the digital version few days ago,... more »

Issues with Non-ASCII Chars in URLs

By dennisp | views: 1429 | comments: 1 | on Monday, 11 January 2010, 23:35

This is a very quick post to warn developers about gotchas with using non-ascii chars in URLs (especially when making AJAX calls).

Exceptions in __autoload()

By dennisp | views: 6153 | comments: 2 | on Wednesday, 19 December 2007, 20:32

There's been many talks on exceptions cannot be thrown from the __autoload() function, as well as many times the workarounds have been discussed (all using the eval() trick to automatically define the missing class). Here I will talk about negative effects of such workarounds as well as suggest a somewhat "better" workaround (but still based on the eval() functionality and ready for namespaces).

Advocating Namespaces

By dennisp | views: 1926 | on Thursday, 13 December 2007, 20:24

Recently there have been some thoughts expressed that suggested that namespaces support is not that important at the moment; and even that they are not needed at all. In this article, I would like to disagree with those ideas and advocate PHP5 namespaces, as well as to express some personal opinions about their implementation.

Learning PHP Data Objects

By dennisp | views: 5461 | comments: 3 | on Tuesday, 20 November 2007, 20:17

For those who would like to switch to PDO and learn more about its features, there is a book on the topic titled "Learning PHP Data Objects" published by Packt Publishing in August 2007

SimpleXML, DOM and Encodings

By dennisp | views: 5894 | on Sunday, 18 November 2007, 20:03

This is a short article that might be of interest to those who work with XML and HTML documents in different encodings using PHP5's SimpleXML and DOM extensions

i18n with PHP5: Pitfalls

By dennisp | views: 11538 | comments: 2 | on Wednesday, 14 March 2007, 17:00

PHP5 inherited the PHP4's localization support that is far from being perfect. This article pinpoints the commonest problems of localization in PHP as well as gives some tips on working around them

Some SEO Tips You Would Not Like to Miss

By dennisp | views: 4743 | on Friday, 02 February 2007, 21:11

Of course, you all are experts in search engine optimization. But there are some points that even experienced webmasters miss, and they can help improve your search engine rankings

Clickable, Obfuscated Email Addresses

By dennisp | views: 19345 | comments: 23 | on Friday, 19 January 2007, 18:21

This short article will show you how to make email addresses clickable and working in your pages but still keep them obfuscated for spam bots

Sorting Non-English Strings with MySQL and PHP (Part 1)

By dennisp | views: 6820 | comments: 4 | on Monday, 15 January 2007, 22:57

When it comes to storing textual data in a database and then sorting them alphabetically, many developers face a common problem - the database won't sort strings in their language. This short series is an advice that may suit almost all needs.



© 2010 onPHP5.com