Search found 5 matches

by tylerrowsell
Fri Jun 19, 2009 6:29 am
Forum: PHP - Code
Topic: Textfile Delete Row
Replies: 9
Views: 650

Re: Textfile Delete Row

to do this what would need to be changed just the lineToDelete so if that changes to 4 it will delete line 4 do i need to change counter? Actually in the code above, in the second while fread() with fixed size of buffer should be used instead of fgets(). Later this week I will edit the post with the...
by tylerrowsell
Thu May 28, 2009 5:08 pm
Forum: PHP - Code
Topic: Textfile Delete Row
Replies: 9
Views: 650

Re: Textfile Delete Row

That is excellent much better an easier then what i had put in... thanks a lot !!
by tylerrowsell
Thu May 28, 2009 5:24 am
Forum: PHP - Code
Topic: Textfile Delete Row
Replies: 9
Views: 650

Re: Textfile Delete Row

i would use a asp because i know that language better but our server does not support that and it does not support databases

Thanks though

it should not be to hard to do that because it is only the first row that needs to be deleted
by tylerrowsell
Thu May 28, 2009 4:50 am
Forum: PHP - Code
Topic: Textfile Delete Row
Replies: 9
Views: 650

Re: Textfile Delete Row

nope im just using a txt file no mysql or anything... like i know how to select a specfic row but i don't know how to delete it
by tylerrowsell
Wed May 27, 2009 6:45 pm
Forum: PHP - Code
Topic: Textfile Delete Row
Replies: 9
Views: 650

Textfile Delete Row

Im making like a guest book and each new entry i saved on a new row in a text file is there a way i can choose a specific row and delete it?

Thanks