August 27, 200917 yr Hey there, I work for a training provider in the south east, im just coding in a new NVQ list, however there are far too many qualifications to add and code in by hand so im wondering if i could possibly have a bit of help putting together a small temporary CMS with no database. Basically, what i need is.. 4 fields (2 optional) in those 3 field will go: 1. course ID 2. Qualification and description 3. other info such as text/numbers 4. short or long course I need these to be layed out into a table to i gather it needs to be like.. <table> <tr> <td>'$field1'</td> </tr> [ignore my table coding, i normally only use Div's] These inputs need to be echoed onto the screen so i can add courses individually. Any help about how to do this without a database and so that i can delete the cms after and have them stay would be great? not worried about security as of yet as i will delete the files used after use. Thanks in advance.
August 28, 200917 yr So you want to store what you have entered but without a database. You could use text files as A temp database I supose. Quick and easy.
August 28, 200917 yr Text files seem like the way togo for you. Pop me an email if you want me to send some codes (for text file databases) over, craig@craigwoodland.co.uk.
Create an account or sign in to comment