Is there a way to print something in PHP other than the exact location in the code?

BMW

New member
Let's say I have something that checks a specific variable, is there a way to echo out a string into a different location than where it would fall in the code.

Let's say there is a remote paragraph with the name "paragraph1." Is there a way to echo out a string to that remote location?
for example, can you have something similar to:

<p name="paragraph1"></p>
echo position="paragraph1" value="foobar";

Do y'all get what I mean now?
 
Back
Top