Implement fet in a web application

Started by venkat aadithan, December 16, 2017, 09:42:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

venkat aadithan

Hi, I need to generate timetable in a web application project , i need to do achieve this by fetching data from db to generate xml file and gives it to command line of fet . I'm strucking here "how to pass generated xml to fet cmd line in php and to get the result".
  :-\ :-\ :-\
Thanks in advance

Volker Dirr

#1
Please write "fet-cl -?" in the terminal.
You will get a detailed description how to input the data and get the results by that command.

Please also check a php tutorial how to run an external prgramm.
For example here:
http://php.net/manual/en/function.exec.php

Liviu Lalescu

Yes, as Volker said, write "fet-cl.exe" or "fet-cl" or "./fet-cl" (the "-?" part is in fact an unrecognized option of FET command-line).

Or read the README file from the FET archive.

The easiest FET command-line usage is "fet-cl --inputfile=data.fet".

venkat aadithan

Thanks, i got an idea now, how to implement this :) :) :)