RE: [PHP-DB] MySql Statement inside a function?

2002-10-18 Thread Hutchins, Richard
-- > From: Dave Carrera [mailto:dave@;davecarrera.com] > Sent: Friday, October 18, 2002 11:52 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] MySql Statement inside a function? > > > Hi All > > I have created a function and insde that function it dose a standard &g

RE: [PHP-DB] MySql Statement inside a function?

2002-10-18 Thread Rob Day
in function. rather you should return the results. hope that helps. -rob -Original Message- From: Dave Carrera [mailto:dave@;davecarrera.com] Sent: Friday, October 18, 2002 10:52 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] MySql Statement inside a function? Hi All I have created a fun

[PHP-DB] MySql Statement inside a function?

2002-10-18 Thread Dave Carrera
Hi All I have created a function and insde that function it dose a standard select, fetch_arry, while loop. I get a error from mysql saying not a vaild resource but if I take the statemnet out of the function all works fine and dandy. Are there things I should be aware of when trying to include