drellout Posted August 7, 2010 Report Share Posted August 7, 2010 Labdien, gribetos pajautat vai ir tada programa kura nolasa info no txt faila un atjauno logu ar rakstito ik laiku kad txt faila tiek kkas pievienots. Vai arī būtu labi ja kāds varētu fixi kādu maziņ tādu stafu sataisīt :D Quote Link to comment Share on other sites More sharing options...
drellout Posted August 7, 2010 Author Report Share Posted August 7, 2010 dzeest, vnk notepedaa ++ sareguleju Quote Link to comment Share on other sites More sharing options...
Uldis Posted August 11, 2010 Report Share Posted August 11, 2010 te būs simply ierakstīšana - <?php $your_data = "This is the data to be stored in the text file."; // Open the file and erase the contents if any $fp = fopen("textfile_name.txt", "w"); // Write the data to the file fwrite($fp, $your_data); // Close the file fclose($fp); ?> te papildus info http://php.net/manual/en/function.fwrite.php Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.