Gandalf
Постоялец
- Регистрация
- 27 Авг 2014
- Сообщения
- 84
- Реакции
- 134
- Автор темы
- #1
Hi,
For getting better score in Для просмотра ссылки Войдиили Зарегистрируйся I have to fix Specify image dimensions section.
I would like to use Для просмотра ссылки Войдиили ЗарегистрируйсяPHP funcion, however I stucked
getimagesize working fine with:
however I have to add the:
instead
How can I make it working? This is not working:
any idea?
For getting better score in Для просмотра ссылки Войди
I would like to use Для просмотра ссылки Войди
getimagesize working fine with:
PHP:
<?php list($width, $height) = getimagesize('http://website.ru/pic.jpg');?>
however I have to add the:
PHP:
<?php echo $this->getLogoSrc(); ?>
PHP:
http://website.ru/pic.jpg
How can I make it working? This is not working:
PHP:
<?php list($width, $height) = getimagesize("<?php echo $this->getLogoSrc(); ?>");?>
any idea?