it is possible to create a guestbook with php without a database correct? all you need is a txt file and you can open it with php to read it with echo and write to it with people entries i think. replys please?
it is possible to create a guestbook with php without a database correct? all you need is a txt file and you can open it with php to read it with echo and write to it with people entries i think. replys please?
yes... but you probably want to format it as a csv with column names so that you can query it if you needed to