Welcome Guest, Not a member yet? Register   Sign In
CI_FTP class - error handling for ftp->connect?
#2

[eluser]TheFuzzy0ne[/eluser]
It really is as simple as you might expect it to be.
Code:
if ($this->ftp->connect())
{
    // Woohoo!
}
else
{
    // D'oh!!
}


Messages In This Thread
CI_FTP class - error handling for ftp->connect? - by El Forum - 02-24-2009, 02:56 AM
CI_FTP class - error handling for ftp->connect? - by El Forum - 02-24-2009, 05:57 AM
CI_FTP class - error handling for ftp->connect? - by El Forum - 02-24-2009, 08:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB