Merhaba,

Bir sitede sorun yaşıyoruz

Parse error: syntax error, unexpected end of file, expecting ')' in /var/www/vhosts/ipekbilisim.com/httpdocs/sistem_edeel.php on line 30
şeklinde hata alıyoruz kodlar

<?php
	function fnstart() {
		$aktarx = mysql_fetch_array( mysql_query( 'select * from edel_ayarlar where id=\'1\'' ) );
		$anadil = $aktarx['anadil'];
		$_SESSION['lang'] = '' . $anadil;
	}

	function alert($mesaj, $yer) {
		echo '<script>';
		echo 'alert(\'' . $mesaj . '\')';
		echo '</script>';
		header( 'refresh:0 url=' . $yer );
	}

	function rasgele($kackarakter) {
		$char = 'abcdefghijklmnoprstuwvyzqxABCDEFGHIJKLMNOPRSTUVWYZQX1234567890';
		$k = 24;

		while ($k <= $kackarakter) {
			$h = substr( $char, mt_rand( 0, strlen( $char ) - 1 ), 1 );
			$s .= $h;
			++$k;
		}

		echo $s;
		return $s;
	}
	
		function tarih($zaman) {
		$gunler = array( 'Pazar', 'Pazartesi', 'Salı', 'Çarşamba', 'Perşembe', 'Cuma', 'Cumartesi'

sizce sorun nedir ?

Saygılarımızla.