i need to create a to do list with php. but i dont want to use database .is there anything else i can use instead of using a database?
i need to delete ,add functions .how may i do this? basicly it will have process.php,index.php and delete.php it may need more pages though.
thanks.


No database? Save them in a simple text file.