Skype var ancak şuan pek müsait değilim.
Müsait olduğunuz da yardım ederseniz çok memnun olurum.
"Fatal error: Cannot redeclare random" Sorunu |
15 Mesajlar | 2.540 Okunma |
include 'inc/function.php';
if (!function_exists('randomTweet')){
function randomTweet($tweet) {
$tweet = explode('
', mysql_real_escape_string($tweet));
$text = $tweet[rand(0, (count($tweet) - 1)) ];
if (strpos($text, '
')) {
$text = str_replace('
', '', $text);
}
return $text;
}
}
if (!function_exists('randomTweet')){
function randomTweet($tweet) {
$tweet = explode('
', mysql_real_escape_string($tweet));
$text = $tweet[rand(0, (count($tweet) - 1)) ];
if (strpos($text, '
')) {
$text = str_replace('
', '', $text);
}
return $text;
}
}
Fatal error: Cannot redeclare _control() (previously declared in /home/----/public_html/takip/inc/function.php:103) in /home/----/public_html/takip/inc/function.php on line 276