Re: mysqli problem with stmt and binding parameters.
- From: sugapablo <sugapablo@xxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 11:10:26 -0700
On Jul 30, 1:30 pm, Jerry Stuckle <jstuck...@xxxxxxxxxxxxx> wrote:
"Does not work" is pretty broad. What do you expect to happen? What
actually happens? What error messages do you get?
I wasn't sure at first, but I can now tell, based on what is being
returned that the the parameters being binded are blank.
So if the SQL statement was "SELECT * FROM table WHERE col = ?"
What would be passed to the server after trying to bind a string
variable would be "SELECT * FROM table WHERE col = ''"
.
- Follow-Ups:
- Re: mysqli problem with stmt and binding parameters.
- From: Jerry Stuckle
- Re: mysqli problem with stmt and binding parameters.
- References:
- mysqli problem with stmt and binding parameters.
- From: sugapablo
- Re: mysqli problem with stmt and binding parameters.
- From: Jerry Stuckle
- mysqli problem with stmt and binding parameters.
- Prev by Date: Re: mysql command line client
- Next by Date: Senior PHP Developer Wanted in NYC
- Previous by thread: Re: mysqli problem with stmt and binding parameters.
- Next by thread: Re: mysqli problem with stmt and binding parameters.
- Index(es):
Relevant Pages
|