Forum Moderators: coopster

Message Too Old, No Replies

PHP and Pascal software

         

toplisek

6:33 pm on Jun 23, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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?

toplisek

6:39 am on Jun 24, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



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?

penders

11:44 am on Jun 25, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



My only thought is that may be the Pascal program could be compiled as a CGI script and then executed on the server as an external application (which could be called from PHP, or your HTML page). I would assume that your development system and your webserver would need the same OS/instruction set. In my experience Pascal is always a compiled language, whereas PHP is largely interpreted.