Which Is The Better Approach To Working With Javascript?
- From: Patient Guy <sevisen.adam@gmailDOTHEREcom>
- Date: Tue, 08 Jul 2008 13:26:55 -0500
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.
.
- Follow-Ups:
- Re: Which Is The Better Approach To Working With Javascript?
- From: Willem Bogaerts
- Re: Which Is The Better Approach To Working With Javascript?
- From: Jerry Stuckle
- Re: Which Is The Better Approach To Working With Javascript?
- Prev by Date: Re: Fatal error: Call to undefined function mysql_connect()
- Next by Date: Re: get RSS from behind firewall/proxy ?
- Previous by thread: Free professional webhosting for us
- Next by thread: Re: Which Is The Better Approach To Working With Javascript?
- Index(es):
Relevant Pages
|