PDA

View Full Version : reading files


blackpepper
08-14-2005, 07:43 PM
is it possible to have php extract or read parts of a certain file, and display them. like say u wanted to mmake it where u latest blog post would display in your index, but only a specified region of text, and or image. ill go into more detail if u dont get wut i am asking.

darksidepuffin
08-14-2005, 08:16 PM
fopen, fread, file, file_get_contents one of those should explain what you want to do.