neothe1 Posted February 24, 2010 Share Posted February 24, 2010 Hey, guys, I'm doing a technical writing internship right now (I'm not really a coder = read, I don't know PHP at all) butI urgently need to write a PHP script to do the following: - take an index.html file - scan it for "ReleaseNotes_x.x.x.html" and list all the found files in a table column, each entry linking to the relevant file - scan it for "NotableChanges_x.x.x.html" and place the notable changes with the same version in a column next to the release notes - if there are no notable changes with the same version, return - scan it and list all the remaining files that match neither case I would like to post my current script, where I tried to do file matching with regex, but, first of all it's b0rken, and, secondly, it would violate my non-disclosure agreement. :-( Please help! Link to comment https://forums.phpfreaks.com/topic/193177-need-urgent-help-with-file-matching-script/ Share on other sites More sharing options...
trq Posted February 24, 2010 Share Posted February 24, 2010 I would like to post my current script, where I tried to do file matching with regex, but, first of all it's b0rken, and, secondly, it would violate my non-disclosure agreement. :-( So what exactly do you want from us? Link to comment https://forums.phpfreaks.com/topic/193177-need-urgent-help-with-file-matching-script/#findComment-1017310 Share on other sites More sharing options...
neothe1 Posted February 24, 2010 Author Share Posted February 24, 2010 I need you to help me write it. Wasn't my request obvious enough? I am not in Dev, I work only with XML/DITA. I don't know any of this. Link to comment https://forums.phpfreaks.com/topic/193177-need-urgent-help-with-file-matching-script/#findComment-1017434 Share on other sites More sharing options...
trq Posted February 24, 2010 Share Posted February 24, 2010 I need you to help me write it. Wasn't my request obvious enough? I am not in Dev, I work only with XML/DITA. I don't know any of this. Then you likely need to hire someone who knows what they are doing. We aren't here to write programs for people. Link to comment https://forums.phpfreaks.com/topic/193177-need-urgent-help-with-file-matching-script/#findComment-1017761 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.