EOF and Zone Files

Barry Margolin barmar at alum.mit.edu
Mon Oct 16 01:46:07 UTC 2006


In article <egufb6$e6l$1 at sf1.isc.org>,
 Robert Spangler <lazydog at zoominternet.net> wrote:

> On Thu October 12 2006 17:18, toniintc at gmail.com wrote:
> 
> >  $zone .= $records_mx . $recor);ds_a . $records_cname . "\n";
> >  $f = fopen($this->path . "/$letter/" . $domain, "w");
> >  fwrite($f, $zone);
> >  fclose($f);
> 
> I'm not a real programmer but aren't you missing a '(' somewhere on the $zone 
> line seeing how you have a ')' after $recor?

That's almost certainly a cut-and-paste error, and the actual variable 
is $records_a.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***



More information about the bind-users mailing list