Jump to content
php.lv forumi

Glaabiet!


Atomz

Recommended Posts

Vot šāda te koda daļa!...

 

 

<?php

 

} else {

 

$title = $_POST['title'];

$news = $_POST['news'];

 

$news = ("$title|$news\n");

 

$file = fopen("news.php", "r");

$file = fread($file,filesize("news.php"));

fclose($file);

$newsfile = fopen("news.php", "w");

$news=stripslashes($news);

fwrite ($newsfile, "$news$read");

fclose ($newsfile);

 

echo "Pievienots";

 

}

 

?>

 

 

Visu laiku man kliedz ka fclose ($newsfile); ir kļūda...bet kāda@

Edited by Atomz
Link to comment
Share on other sites

Esmu dusmīgs..

Ne normāls topika nosaukums.

Ne problēmas izklāsts - kāda kļūda, ko darīji, lai novērestu, utt...

Ne sakarīgi formatēts kods -

 bbtagi vai paste.php.lv

Topikam lock.

Atlokošu no rīta, ja būsi atsūtījis uz PM normālu topika nosaukumu. Un pēc tam izlabosi to, ko augstāk uzrakstīju.

Ar labu nakti.

 

P.S. Vakara pasaciņas vietā pirms gulētiešanas palasi šo: http://catb.org/~esr/faqs/smart-questions.html

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...