Send email with link to job |
10/26/2008 08:47:06 | |
| PHPRunner General questions | ||
|
S
swanside author
Hello. |
||
|
J
|
Jane 10/28/2008 |
|
Hi, if ($values["FieldName"]) { //send your email here } |
|
|
S
|
swanside author 10/28/2008 |
|
Thanks Jane, but dont go too far, you know I will be asking more next week on this. |
|
|
S
|
swanside author 11/8/2008 |
|
Hi Jane, I have used this code. It works good, but it sends too much info. if ($values["tick"])
|
|
|
J
|
Jane 11/10/2008 |
|
Hi, |
|
|
S
|
swanside author 11/10/2008 |
|
What holds the field names please? |
|
|
|
Sergey Kornilov admin 11/10/2008 |
|
Paul, foreach($values as $key => $value) |
|