i may be missing the obvious here.
i would like to create a script that reads a file from a folder then uses that information to insert into a table.
ex.
read test.txt file (has html in it)
insert test.txt contents into certain cell in a table.
i have tried fopen, but cant get any data to display or read.
tried readfile but that just displays the content in the browser.
any suggestions would be great.
thanks