Hi,
I'm trying to return the data between each <VirtualHost x.x.x.x> and </VirtualHost>
I've tried the following code but it returns the data between the first and the last one in the file
eregi("<VirtualHost 192.168.10.14>(.*)</VirtualHost>", $data, $data2);