thirtynine. Posted February 13, 2008 Posted February 13, 2008 Not too sure if this is where this should go but it probably is. So i have a problem, I have a site, and it needs to be able to be updated via a txt file or something, e.g I have the template and then in the main body where the text should appear i want the site to get the text from a txt file or something similar, im pretty sure i can do this with php I just have no idea how. Any help/Ideas?
Emasher Posted February 13, 2008 Posted February 13, 2008 I don't think too many N-E users would know how to do this. Your better off finding a web development forum or reading a tutorial.
thirtynine. Posted February 13, 2008 Author Posted February 13, 2008 Yeah it was a stab in the dark, but if anyone does know plzpostomg.
Stewilo2005 Posted February 21, 2008 Posted February 21, 2008 I wish I knew enough php to help but i'm only just learning it now. I could ask my college teacher since for one of my projects I'm making a site in php and will probably want to do something similar to this. If I find out i'll post back here ^^.
Charlie Posted February 21, 2008 Posted February 21, 2008 <?php include("file.txt"); ?> Should work, haven't used PHP properly for age though...
Recommended Posts