Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You mean server side includes?
I've done few sites with those.
Eventually tripped on it's limitations, replaced them with a modperl handler so I could extend the markup and remove the logic from the content. -
@wiredgecko
Well I thought it was something new.
It isn't hard, the include module must be loaded, the +Includes option must be set for the location/directory and you must specify what extension is parsed.
I'm curious about what you want to achieve, it's very limited, vars, if/else, exec and file content, php is a little more flexible and isn't much slower nowadays. -
I'm looking for ways to emulate the PHP `include` capability in HTML-based sites so I can dynamically import common HTML elements into my pages.
Related Rants
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
Has anyone worked with Apache server-side insertions? I can see how they would be useful for a project site after reading about them on Stack Overflow but I couldn't work out how to get them to work for me.
question
apache
web development