rebeat Posted May 2, 2007 Share Posted May 2, 2007 HI, I am wondering if it is possible to dynamically insert data from a simple data file as the database (not using mysql). Basically there are 10 items with 3 variables per item (there may be additional fields), ie: ITEM, Value 1, Value 2. Part# 1 - 100 125 AHDYE5 2 - 125 150 KIERYT 3 - 250 275 KDHDIE 4 - 350 375 IYWE62 5 - 400 450 MNAITY etc. I would like to dynamically insert say Value 2 for Item 3 on a php page, so any changes made to the datafile are updated dynamically. Any ideas? Regards. Link to comment https://forums.phpfreaks.com/topic/49569-text-based-database-what-do-you-think/ Share on other sites More sharing options...
trq Posted May 2, 2007 Share Posted May 2, 2007 It can be done, but its allot easier to use a database. Link to comment https://forums.phpfreaks.com/topic/49569-text-based-database-what-do-you-think/#findComment-243016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.