in reply to Re^2: Errror while execution query
in thread Errror while execution query
Yes, because it is a method call, you can't do it inside a quoted string. You could do something like:
$result->execute() or print "Error while executing query --- " . $resu +lt->errstr();
/J\
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Errror while execution query
by johngg (Canon) on Jun 06, 2006 at 14:55 UTC | |
|
Re^4: Errror while execution query
by habibrahman_h (Initiate) on Jun 06, 2006 at 11:23 UTC |