I'm pretty new to this and i am tired and frustrated, so pretty please with sugar on top, help me understand the noobway.
I have a page containing a table with 20 rows with each 5 cells. the 5 cells on each row referes to the same object. Erhm, i hope u get the picture.
I want to be able to edit 3 of theese cells (on every row) directly in the browser, and when its done i want a button to update the page.
I thought this had to be an easy task, but im getting sleepless over this.
I dont want to use a database, or if i have to i will have to be a textfile in the same dir as the php-script, no sql.
A dream come true would be if there was a way to have the new data stored directly in the same file, so there will only be 1 file to do this all together, or maybe 1 file to show the data and 1 file for editing.
I want it to be as simple and mobile as possible.
This is all run on a Fedora 3, apache, and there is a sqlserver running, but i still dont want to use it if i dont have to.

|