Re: [PHP] Including Text File in PHP/HTML Template

2002-09-30 Thread Steve Keller
At 9/30/2002 04:39 AM, Rick Beckman wrote: >On line "6", I have the list of musicians in the song. >Example (ignore the quotes): "Doyle Lawson -- lead vocal; Dale Perry -- bass >vocal" >Is there a way to make it so that, when I include line 6 in my PHP template, >the ";" will be replaced with a l

[PHP] Including Text File in PHP/HTML Template

2002-09-30 Thread Rick Beckman
I have a series of text files that are set up with each line being a different field. Line "0" is song title, "1" is artist, "2" is album, and so forth. I know how to use PHP to include those files in an HTML template using 'echo' so that I don't have to make a separate page for each song, however