Welcome Guest, Not a member yet? Register   Sign In
Advice on doing this better, faster and neater (form and image upload)
#6

[eluser]Référencement Google[/eluser]
[quote author="bugboy" date="1210793351"]
Code:
$validate = $this->_news_validaton()

if ($validate== FALSE )
{
//carry on with code
}
[/quote]

You simply can do:

Code:
if ($this->_news_validaton())
{
   //carry on with code
}


Messages In This Thread
Advice on doing this better, faster and neater (form and image upload) - by El Forum - 05-14-2008, 09:03 AM



Theme © iAndrew 2016 - Forum software by © MyBB