[PHP-DB] If statement for sql statement

2002-04-09 Thread jas
Ok here is my question... I have a form that reads the contents of a directory, places the resulting files into a select box within a form for further processing, code is as follows: ?php $dir_name = /virtual/path/to/images/directory/; $dir = opendir($dir_name); $file_list .= pFORM METHOD=\post\

Re: [PHP-DB] If statement for sql statement

2002-04-09 Thread Jason Wong
On Wednesday 10 April 2002 12:32, jas wrote: Ok here is my question... I have a form that reads the contents of a directory, places the resulting files into a select box within a form for further processing, code is as follows: [snip] What I need to know is if there is a way to create an if