Hi people,
NOOB ALERT ! :dunno:
After reading ways of writing more secure interfaces for websites I came across the universal index.php code and includes.
However, is there an easier/quicker way to get a php include to create an HTML front, other than copying the wanted output into the include and surrounding each and every line manually with echo's such as ...
echo '------ html this ------';
echo '------ html that ------';
Looking to save my poor fingers ... lol
Many thanks
NOOB ALERT ! :dunno:
After reading ways of writing more secure interfaces for websites I came across the universal index.php code and includes.
However, is there an easier/quicker way to get a php include to create an HTML front, other than copying the wanted output into the include and surrounding each and every line manually with echo's such as ...
echo '------ html this ------';
echo '------ html that ------';
Looking to save my poor fingers ... lol
Many thanks