Hello,
I am beginning to work on a project for my degree. The concept is
"The Utilization of AJAX calls to separate the Presentation Layer and
Application Layer in Web Applications."
Now, I am developing in PHP as my server side scripting but am try to
decide how to approach this problem. To adequately support this
concept, should I have no server side scripting at all on the accessed
pages? (no php except in the calls by AJAX).
Another question would be when I get the data back from the call, is
there a way to pass it into some PHP?
Thanks, I am at the early stages and am trying to get this kicked
off.
Kevin
I am beginning to work on a project for my degree. The concept is
"The Utilization of AJAX calls to separate the Presentation Layer and
Application Layer in Web Applications."
Now, I am developing in PHP as my server side scripting but am try to
decide how to approach this problem. To adequately support this
concept, should I have no server side scripting at all on the accessed
pages? (no php except in the calls by AJAX).
Another question would be when I get the data back from the call, is
there a way to pass it into some PHP?
Thanks, I am at the early stages and am trying to get this kicked
off.
Kevin
Comment