Email Problem |
2/5/2008 4:37:59 PM |
PHPRunner General questions | |
L
lawfour author
Hi |
|
S
|
smcgo4 2/5/2008 |
I had a similar problem. alshine suggested: |
L
|
lawfour author 2/6/2008 |
Hi Thanks, I had a similar problem. alshine suggested: $email = "".$data["Email"].""; and it worked like a charm. |
S
|
smcgo4 2/6/2008 |
Ooops, yes you would need to change data to values Hi Thanks, I seen your post and tried it but received a $Data error, think I got the error because the script is using $values, maybe if I changed all the $values to $data that may work, Thanks L |