[PHP-DB] looping code

2003-08-11 Thread Khristopher_Klaich
Hello all I have a helpdesk application that was written in php and I would like to create a script that will e-mail the systems staff how many open helpdesk tickets they have. There are 10 users and I can wrtie a script no problem to do a count and then e-mail that to a user I just have no id

RE: [PHP-DB] looping code

2003-08-06 Thread Aaron Wolski
ike that you are setting $done after each loop but the problem is that $done will equal 1 after the first loop and stop looping. Aaron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: August 6, 2003 2:44 PM To: PHP DB Subject: [PHP-DB] looping code Hello al