Re: Euphoria as Apache Module
- Posted by cklester <cklester at yahoo.com> Aug 09, 2005
- 541 views
Robert Craig wrote: > cklester wrote: > > I've come to a circumstance where I want a link to appear conditional on > > some > > variable. How would you (or anybody else) handle this? In PHP (as an > > example), > > you could do something like > > If you didn't want to embed the HTML in the Euphoria program, > you could have the Euphoria program read the HTML, > look for a special marker, and replace it. Rob, that's exactly what I do right now. But I want to stop doing that because it seems to be getting more complicated in certain cases. > You wouldn't (easily) be able to embed general Euphoria statements > into the HTML, but you probably just need a simple way > of choosing "link" or "no link". I'm setting up database management stuff and it might be easier if I could do the inline... I'm still doing a study and might come up with something clever, but I wanted to put it out for discussion. -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/