Search found 3 matches

by Fluxcore
Mon Jul 29, 2002 1:21 pm
Forum: PHP - Code
Topic: How to remove / when using an apostrophe
Replies: 3
Views: 1007

How to remove / when using an apostrophe

I have a program that people enter some text and its printed on the screen when they hit enter. Any time they use an apostrophe, I get something like this.

I talk alot, don''t I? The question mark is my favorite punctuation mark, isn''t it?


How do I get rid of the \???
by Fluxcore
Sun Jul 28, 2002 2:51 pm
Forum: PHP - Code
Topic: How to read newest files only, in a text file.
Replies: 3
Views: 774

Thank you, worked wonderful, thanks for the fast help.
by Fluxcore
Sun Jul 28, 2002 11:56 am
Forum: PHP - Code
Topic: How to read newest files only, in a text file.
Replies: 3
Views: 774

How to read newest files only, in a text file.

I have a text file that a form writes to. Then the output is printed on the screen, but the output gets to be to long on the screen. Is there a way to read the 10 newest entries only? Thanks.