Hello, I have used tag {{Event Id:EVID}} to get event ID in my custom layout and print it, and works good. But now I need to save the event ID in a php variable in order to use it in a script of my own.
Can you tell me what could be the code to get the event ID using php? Maybe somenthing like this:
<?php $eventid = getEvid(); ?>
Thanks in advance.
Can you tell me what could be the code to get the event ID using php? Maybe somenthing like this:
<?php $eventid = getEvid(); ?>
Thanks in advance.