RE: bind variable problem





Martin Evans [mailto:martin.evans@xxxxxxxxxxxx] wrote:

You haven't called $lcsr->bind_param for the parmeters!

You don't need to call bind_param() if you pass the parameter values in the call
to execute(), as Anand is doing.

Ronald

.