Hi
Is it possiible in phprunner to Insert a record at a specified position in the database.
I.E
50 records in database
add new record at 13th postion
moving current record 13 and all records from that position down and inserting new record in its place
One way is a bubble insertion, but my php is very basic and i dont want to get to heavy in to programming.
I hope that makes sense
Rich