/**
* Created by JetBrains PhpStorm.
* User: WebDeveloper
* Date: 23.08.2013
* Time: 15:10
* To change this template use File | Settings | File Templates.
*/
if(file_exists("../dosya/index.php"))
{
if(!$_POST["cssGuncelle"]){
$dosya = fopen("../dosya/index.php","r");
$css = fread ($dosya,filesize("../dosya/index.php"));
echo '
';
fclose($dosya);
}else{
$dosya = fopen("../dosya/index.php","w");
fwrite($dosya, $_POST["csscode"]);
fclose($dosya);
header('Location: yonlen.php');
}
}
?>
* Created by JetBrains PhpStorm.
* User: WebDeveloper
* Date: 23.08.2013
* Time: 15:10
* To change this template use File | Settings | File Templates.
*/
if(file_exists("../dosya/index.php"))
{
if(!$_POST["cssGuncelle"]){
$dosya = fopen("../dosya/index.php","r");
$css = fread ($dosya,filesize("../dosya/index.php"));
echo '
';
fclose($dosya);
}else{
$dosya = fopen("../dosya/index.php","w");
fwrite($dosya, $_POST["csscode"]);
fclose($dosya);
header('Location: yonlen.php');
}
}
?>
Malesef olmadı bakın yukarda söylüyorum baya bi geri gitmesi gerekiyor.