PHP web application - how to think?

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
HuGoB
Forum Newbie
Posts: 2
Joined: Mon Feb 25, 2008 3:21 am

PHP web application - how to think?

Post by HuGoB »

Hello

The customers of this webapplication should enter some parameters in a form on the site. These parameters should be sent to a SAS institute software which is installed on the same server to make some calculations based on the parameters that the users has entered, and be sent back.

What is the name of this kind of programming? Can you give me some general tips about this kind of web applications?
What is the flow of this kind of webapplications?

Thanks for all types of answers.
Best regards
HuGoB
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: PHP web application - how to think?

Post by yacahuma »

you could create a web service in the institute and have php submit the information and get the value back. Look for web services.
Post Reply