You are here: Re: OO email-class « All PHP « IT news, forums, messages
Re: OO email-class

Posted by Janwillem Borleffs on 09/29/05 17:13

Siv Hansen wrote:
> My code is like this: - from the email class
> function checkInput($input){
> if(array_search('', $input)){
> $this->setError("All the fields must be filled out");
> return false;
> }
> return true;
> }
>

This will only work when empty elements have an index > 0. What you will
need to do is to use strict comparison:

if (false !== array_search('', $input)){
...
}


JW

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация