Iterative interfacing between client and server [message #169794] |
Mon, 27 September 2010 02:06 |
Graham Hobbs
Messages: 42 Registered: September 2010
Karma:
|
Member |
|
|
Hello,
Am still new at this, need to understand a concept before I start
coding. While the following is an over simplification, at the moment I
am more concerned with a) 'can it be done', b) preparing a design
document, so ..
1. my website will be driven by server pgm php1
2. client accesses the one page website
3. client enters/edits data in Forms ( to be javascript edited at
client machine) then submits
4. pgm php1 receives the form data, passing it to a Windows cmd file
(calling dozens of pgms) for further processing and returning data to
php1
5. php1 then returns the same page to the client with mostly the same
Form data but with additions and changes
6. client views the Form data
7. Repeat 3 thru 7 until client happy with results.
So is my concept:
- feasible?
- reflects the way it's normally done (i.e. practical)?
Please, thanks in advance
Graham
|
|
|