Pascal software and PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
toplisek
Forum Commoner
Posts: 31
Joined: Tue Apr 11, 2006 1:23 pm

Pascal software and PHP

Post by toplisek »

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?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Pascal software and PHP

Post by Christopher »

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.
(#10850)
toplisek
Forum Commoner
Posts: 31
Joined: Tue Apr 11, 2006 1:23 pm

Re: Pascal software and PHP

Post by toplisek »

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?
Post Reply