how to display a text file document on a php file.
Moderator: General Moderators
how to display a text file document on a php file.
how do i display a text file document on php using include but i want to be able to click on a link that will take me to the next page and will show the rest of the text document
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: how to display a text file document on a php file.
file_get_contents
Re: how to display a text file document on a php file.
what is that? where i can get the script?
or could you write me the complete code?
or could you write me the complete code?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: how to display a text file document on a php file.
php.net search for that function...
Re: how to display a text file document on a php file.
yeah but where do i put the function?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: how to display a text file document on a php file.
I have no idea...post some code and/or give an example of what your trying to do... 