On Tue, May 08, 2001 at 03:29:30PM -0400, Sherry Graham wrote: > I commented out the binds. So I just have: > > $patient_title = $dbh->quote($patient_title); > print "HERE $patient_title\n"; > $sth->execute($first_name, $last_name, $middle_initial, $patient_title, > $person_id); > > By the way, the print types HERE NULL. > Either call quote() OR use a placeholder. Don't do both for the same value. Ronald
- Use of Null Sherry Graham
- Re: Use of Null Sherry Graham
- Re: Use of Null M.W. Koskamp
- Re: Use of Null Sherry Graham
- Re: Use of Null Sherry Graham
- Re: Use of Null Ronald J Kimball
- Re: Use of Null Curt Russell Crandall
- Re: Use of Null Michael A. Chase
- Re: Use of Null Sherry Graham
