Can anybody please help me know conditions which PHP odbc_exec() and unlink() functions fail on?
I read PHP documentation and it says, each of these two functions return TRUE on success and FALSE on failure.
I know that odbc_exec() fails if,
There's no database connection.
There's a syntax error in SQL statement.
I also know that unlink() fails if,
There's not such an input file.
The write permission is blocked.
What I want to know is other cases which these two functions fail on...
2006-07-26
07:34:55
·
3 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design