Re: [PHP] outputting lines from file(file.php)

2001-05-23 Thread Christian Reiniger
On Wednesday 23 May 2001 17:47, Dennis Gearon wrote: > I have read in the lines from a php file into a $buff. > > Each line is set and the total corresponds to the number of lines in > the file. > > But trying to ouput the lines results in blank lines. > > do I have to pass the lines through somet

Re: [PHP] outputting lines from file(file.php)

2001-05-23 Thread Dennis Gearon
No, I am trying to make an online configuration/editor program. It reads in an XML formatted PHP file and ouputs the configuration of a state machine via a page on the web. With some simple mouse clicks, one will be able to program the desired behavior of the program. The XML formatting is transp

Re: [PHP] outputting lines from file(file.php)

2001-05-23 Thread George E. Papadakis
hm.. Is include () or require () what you are talking about or I am wrong? -- GP > I have read in the lines from a php file into a $buff. > > Each line is set and the total corresponds to the number of lines in the > file. > > But trying to ouput the lines results in blank lines. > > do I ha

[PHP] outputting lines from file(file.php)

2001-05-23 Thread Dennis Gearon
I have read in the lines from a php file into a $buff. Each line is set and the total corresponds to the number of lines in the file. But trying to ouput the lines results in blank lines. do I have to pass the lines through something like chop(), or html_spec_chars? How do you guys display php