Posted by Ciaran Byrne on 05/18/07 00:51
On May 17, 5:13 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
> Ciaran Byrne wrote:
> > $objStatement->execute()
>
> You need to pass some parameters to execute().
>
> --
> Toby A Inkster BSc (Hons) ARCShttp://tobyinkster.co.uk/
> Geek of ~ HTML/SQL/Perl/PHP/Python/Apache/Linux
http://uk.php.net/manual/en/function.mysqli-stmt-execute.php
says:
Object oriented style (method):
class mysqli_stmt {
bool execute ( void )
}
i.e. $objStatement->execute() has no parameters.
Navigation:
[Reply to this message]
|