Arkadaşlar eskiden aldığım bir script'te problem yaşıyorum.. Sitede verdiği hata
Fatal error: Cannot redeclare duzelt() (previously declared in /home/sharexn/public_html/admin/a_ust.php:7) in /home/sharexn/public_html/admin/a_ust.php on line 11
a_ust.php dosyasıda hatayı verdiği yer:
<?
function duzelt($degistir) {
$degistir = str_replace ("\n","<br>",$degistir);
return $degistir;
}
?>Yardımlarınız için şimdiden teşekkürler..