Re: Iterative interfacing between client and server [message #169802 is a reply to message #169794] |
Mon, 27 September 2010 11:39 |
Jerry Stuckle
Messages: 2598 Registered: September 2010
Karma:
|
Senior Member |
|
|
On 9/26/2010 10:06 PM, Graham Hobbs wrote:
> 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
It can be done. I don't think it's very practical, though.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
|
|
|