1. can one get client side php and if you can do you also need to install php on the client computer is the browser already php client side scripting enabled as it is for javascript?
No need for installation of PHP on client side, pages served by server to browser understandable format
2. can javascript be used to calculate vulues from text boxes in the form on the html document before the form info is send to the server?
Yes
3. can i press some button somewhere on the form which will result in php or even java processing being done on the server?
Yes, it is <input type="submit" value="Submit"> as part of the form coding
4. can i create an array of text boxes on the webpage, same as in java or vb 6, so that i can use a for loop to process the 600 text boxes and then process them with javascript?
PHP and JavaScript supports arrays
Moderator
Featured Poster
Reputation Points: 2786
Solved Threads: 874
Code tags enforcer
Offline 6,658 posts
since Dec 2004