|
||||||||||||
|
If you have any doubts with your PHP code please discuss it in the PHP Forum PHP Script to keep a .txt document at the server and update it remotelyPeople usually keeps important data in computer. It will be easier if they can retrieve it from any computer . A solution for this is keep the .txt document in the server. Access it from the server , update it according to the way they want and save it there. PHP script for doing this is as follows... <?php } echo '</textarea><br>'; Display the numberr of lines in a .txt fileThe following code will display the number of lines in a .txt file. <?php A demo of the above script can be seen at http://www.worth2read.org/test/notepad_script.php Copyright © 2008 www.worth2read.org. All rights Reserved. Use of this Site is subject to our Privacy Statement |
|
||||||||||