RE: [PHP] trying to write sql query as a function

2003-04-02 Thread John W. Holmes
y. http://www.phparch.com/ > -Original Message- > From: scott [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 7:06 PM > To: [EMAIL PROTECTED] > Subject: [PHP] trying to write sql query as a function > > hi > > I'm trying to write a simple MySQL quer

[PHP] trying to write sql query as a function

2003-04-02 Thread scott
hi I'm trying to write a simple MySQL query in a php function so that I can just call it and pass arguments, but I'm missing something :o( there are 2 files, index.php and common.php, commom.php contains all the functions, and is included at the beginning of index.php the first function called i