I have a database that has 40 rows.
I used a tutorial to create it. I used telnet.
I was told to write a txt file with
INSERT INTO thingy VALUES (1,'','','');
I did delete the file.
I was wondering how do i add a row at the very beginning. How do i do from from the prompt and in php if possible.
I want to make this an updatable database.