switch (md5($_SERVER['HTTP_USER_AGENT'])) { case $IpAgent: //Показать Ip default: Тут нужно видео вывести! } Is it possible to display the IP address with the necessary user agent, and in other cases show the desired video
Php
switch (md5($_SERVER['HTTP_USER_AGENT'])) { case $IpAgent: //Показать Ip default: Тут нужно видео вывести! } Is it possible to display the IP address with the necessary user agent, and in other cases show the desired video
Php
Source: https://ru.stackoverflow.com/questions/833890/
All Articles