Re: [PHP] Reading a conf file

2002-02-27 Thread Lars Torben Wilson
On Wed, 2002-02-27 at 13:43, Brandon Orther wrote: > Does anyone have a good idea of how I can pull the info out of a conf > file setup like this? Maybe pull it into an array. > > > ## Conf File ## > > domain.websites.com > > > newsite.worldwideweb.net > > > So I would get the domain.we

[PHP] Reading a conf file

2002-02-27 Thread Brandon Orther
Does anyone have a good idea of how I can pull the info out of a conf file setup like this? Maybe pull it into an array. ## Conf File ## domain.websites.com newsite.worldwideweb.net So I would get the domain.websites.com and newsite.worldwideweb.net ---