Can php be modified to create a custom way to call a php function without opening and closing php tags? For example, given an example function like this that is incl
You can store all html codes in PHP variable and print it out at the end, this method can avoid many open and closing PHP tag. Like this:
".title()."