Getting Data from Files
Tuesday April 18, 2006
Not everybody has access to a MySQL database or wants to use one. Often data is stored in other files on your server. If this is the case, you can use PHP to retrieve the data from these files to use. Depending on the function you use, the data can be returned to you as a string or as an array. Your options are also limited by how the file you are trying to access is formatted.


Comments
Is there a Function that can execute a PHP page (I need it to execute a file in a block in my index page)?
Like “Server.Execute()” in ASP ..
Thanks for help and sorry about my weak English.
What method would wait for the page to fully load before the file download begins, in the case if java is on the page?