Hi,
I'm trying to develop a new plugin for Yetishare,
I was wondering if anyone could tell me how I access the ${url} variables content from within php code
for example
I'm trying to access <a href="${url}" target="_blank">${url}</a>
${url} content from inline php
E:G
<a href="${url}" target="_blank">${url}</a>
<?php echo ${url} ?>
But I have tried the above concept and it does not reveal the ${url}'s variable content
How can I do this? can somebody point me in the right direction of how to access those yetishare index.php variables that are in ${var} form programatically.
Regards,
Tom Brett
I'm trying to develop a new plugin for Yetishare,
I was wondering if anyone could tell me how I access the ${url} variables content from within php code
for example
I'm trying to access <a href="${url}" target="_blank">${url}</a>
${url} content from inline php
E:G
<a href="${url}" target="_blank">${url}</a>
<?php echo ${url} ?>
But I have tried the above concept and it does not reveal the ${url}'s variable content
How can I do this? can somebody point me in the right direction of how to access those yetishare index.php variables that are in ${var} form programatically.
Regards,
Tom Brett