|
Thanks for that. The only thing I would say is that your code could be open to SQL injection attacks since you are effectively concatenating the user input into the query. Using params for DB interaction may be better. (See the PEAR adodb extension).
__________________
Regards, Stooshie
O
|