hmm.. been wondering how wordpress turn variable value to variables...
let's say its;
$getVars = 'source={source}&link={video_link}';
and they become:
$source = '{source}';
$link = '{video_link}';
anyway could help me about this problem?
adv. thanks...