Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have file with this records ww

Status
Not open for further replies.

biondo68

Technical User
Jul 4, 2003
103
IT
I have file with this records

public $user = 'userxxxx';
public $password = 'xxxxxxxxx';
public $db = 'dbxxx';
public $user = 'useryy';
public $password = 'yyyyyyyyyy';
public $db = 'dbyy';

I need to parse the file and extract only the
and our records $user $password $db .

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top