onPHP5.com

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

Not logged in
Login | Register

den_hotmail@fbzz

Articles: article

What Our Users Are Saying

Anonymous on Issues with Non-ASCII Chars in URLs
Tuesday, 12 January 2010, 02:14
After testing this out on my installs of FF3.5, and 3.6b5. The russian characters come... more »

Martin Poirier Théorêt on Exceptions in __autoload()
Saturday, 22 August 2009, 22:11
HI I just add this before in the code so I can cover the class_exist... more »

Abdulsalam Al-Majidy -Yemen on Sorting Non-English Strings with MySQL and PHP (Part 1)
Monday, 16 February 2009, 07:38
Thanks for you very much . I want alot about php language.... more »

Issues with Non-ASCII Chars in URLs

By dennisp | views: 735 | 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: 4982 | comments: 1 | 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: 1446 | 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: 4041 | 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: 4725 | 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: 9891 | 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: 4079 | 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: 17170 | 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: 5471 | 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