I have some Pascal software and like to implement on server. Is there any option to work on server side? Windows, Linux, Apache...
Is it option to transfer to other language and make it PHP implementation?
Pascal software and PHP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Pascal software and PHP
Does the Pascal software just process data or does it have a user interface? If it just processes data then you could call the Pascal program from PHP using exex() (or similar function -- there are several).
If it has a user interface then you would probably need to rewrite it. PHP is a C like language, so it should not be too difficult.
If it has a user interface then you would probably need to rewrite it. PHP is a C like language, so it should not be too difficult.
(#10850)
Re: Pascal software and PHP
Yes, it has a user interface. Is this option to make working field (user inteface inside PHP enviroment) and work Pascal scripts in Linux or user interface should be coded in PHP and all other Pascal script transformed to PHP?