[PHP] Reading part of a file

2002-11-20 Thread Stephen
I'm making a module system. I need to make the actual module then a form to go along with it. The only way I can think of doing this is makign a file and then sectioning the file so that the first part is read and put somewhere on a page them the other part is put on the same page later on or

Re: [PHP] Reading part of a file

2002-11-20 Thread Stephen
PROTECTED] Sent: Wednesday, November 20, 2002 8:11 PM Subject: Re: [PHP] Reading part of a file I think what your trying to do is to read one file containing html, and insert some other html in the middle of the first file. If that's correct, you should look into a template class, which can

Re: [PHP] Reading part of a file

2002-11-20 Thread Matt
From: Stephen [EMAIL PROTECTED] Cc: PHP List [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 8:52 PM Subject: Re: [PHP] Reading part of a file What I'm doing is having a PHP part, let's say that it's a calculator that adds module, that does the adding. The second part of the file

Re: [PHP] Reading part of a file

2002-11-20 Thread Stephen
] Reading part of a file From: Stephen [EMAIL PROTECTED] Cc: PHP List [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 8:52 PM Subject: Re: [PHP] Reading part of a file What I'm doing is having a PHP part, let's say that it's a calculator that adds module, that does the adding