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

[eluser]bugboy[/eluser]
[quote author="elitemedia" date="1210795410"][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
}
[/quote]


Yeah i worked that out just as i got your reply. Cheers


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



Theme © iAndrew 2016 - Forum software by © MyBB