You are here: Re: perl to php translation « PHP Programming Language « IT news, forums, messages
Re: perl to php translation

Posted by milahu on 11/19/68 11:45

Hope this works...

<?php
function loadPreferencesAuto()
{
// init gzip buffer
ob_start('ob_gzhandler');
// read file
$content = file_get_contents($dir.'preferences_auto.html');
// do replacements
$content = preg_replace_callback(
'/$LABEL\{\'(\w+)\'\}/', // ?
create_function(
'$matches',
'return isset($_SERVER[$matches[0]]) ? $_SERVER[$matches[0]] :
$matches[0];'
),
$content
);
$content = str_replace('$LANG', $lang, $content);
$content = preg_replace('$ERROR\{\'(\w+)\'\}', '', $content);
$content = str_replace('$SESSIONID', $session_id, $content);
}
?>

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация