Re: [PHP] include or function

2003-03-06 Thread Nik Makepeace
On Fri, 2003-03-07 at 09:34, John Taylor-Johnston wrote: > I have an *.inc with html, a rather long list of . And you want to print out said list of OPTIONs several times with different ones selected each time? You could do it with an array and a function. The array would contain a list of keys

[PHP] include or function

2003-03-06 Thread John Taylor-Johnston
I have an *.inc with html, a rather long list of . I want to clean this up some. I'm going to declare $FieldName and $ToBeSelected before I call include("options.inc"). I also want to select one of the in advance. The problem is ... this is beginning to look like a function, which I will decla