* Thus wrote Ryan A ([EMAIL PROTECTED]):
> 
> Notice: Undefined variable: email1 in c:\phpdev\www\bwh\project\compare.php
> on line 117
> [...]
>
>    $m = 1;
>    while ($line = mysql_fetch_assoc($rs)) { //dumping into an array
>      foreach ($line as $field => $value) {
>      $tmp = $field.$m;
> $$tmp.= $value;  /* ********This is the error line 117******* */

Your concating a variable that doesnt exist.


Curt
-- 
"I used to think I was indecisive, but now I'm not so sure."

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to