Re: Which Is The Better Approach To Working With Javascript?
- From: Jerry Stuckle <jstucklex@xxxxxxxxxxxxx>
- Date: Tue, 08 Jul 2008 16:36:42 -0400
Patient Guy wrote:
Which is the better approach in working with Javascript?
1. Server side processing: Web server gets form input, runs it into the Javascript module, and PHP collects the output for document prep.
2. Client side processing: Web server gets form input and passes it to PHP which includes the Javascript written in a way to make the form input processed on the client side and rendered (probably using DOM function calls) on that side as well.
I posted this <news:Xns9AD554BCD7E9FUVAA@xxxxxxxxxxxx> in an apparently less trafficked newsgroup and the post was the TLDR kind, but it has the background and details of why the code must be in Javascript and why PHP must work with it somehow. It also gives the details of the server and how it forks and communicates with processes to parse/generate output.
3. Try a javascript newsgroup. This one is for PHP.
Hint: javascript does NOT run on the server.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@xxxxxxxxxxxxx
==================
.
- Follow-Ups:
- Re: Which Is The Better Approach To Working With Javascript?
- From: John W Kennedy
- Re: Which Is The Better Approach To Working With Javascript?
- From: Barry
- Re: Which Is The Better Approach To Working With Javascript?
- From: Patient Guy
- Re: Which Is The Better Approach To Working With Javascript?
- References:
- Which Is The Better Approach To Working With Javascript?
- From: Patient Guy
- Which Is The Better Approach To Working With Javascript?
- Prev by Date: Re: createimagefromstring / createimagefromjpeg
- Next by Date: Re: Mail() problem
- Previous by thread: Which Is The Better Approach To Working With Javascript?
- Next by thread: Re: Which Is The Better Approach To Working With Javascript?
- Index(es):
Relevant Pages
|