hey guys i need some help
i have this php code
PHP Code:
$url = '{$url_short}';
$apikey = '3587af0be8710bc1464116918f700ad0';
$userId = 4152;
$date = gmdate('Ymd');
$size = 'medium';
I need $url to apply to src image, but $url = '{$url_short}' donīt show anything.
Someone knows how i can achieve it?
Thanks!