Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
header( "refresh:5;url=account.html" );
$dom = new DOMDocument(); $dom->loadHTML($html); $xpath = new DOMXPath($dom); foreach ($xpath->query("//img") as $img) { $alt = $img->getAttribute('alt'); }
Only Supported Versions of PHP (php.net/supported-versions.php) for Supported Ubuntu Releases (https://wiki.ubuntu.com/Releases) are provided. Don't ask for end-of-life PHP versions or Ubuntu release, they won't be provided.