Re: [PHP] RE: [PHP-WIN] Can PHP and Java work together?

2001-08-31 Thread mark Charette
From: Robin Bolton [EMAIL PROTECTED] Also, if you are considering using JavaScript to validate your form, you may want to reconsider doing it in PHP as JavaScript is easy to circumvent. I think most if not all of us doing industrial-strength Web programming for our living end up doing it at

RE: [PHP] RE: [PHP-WIN] Can PHP and Java work together?

2001-08-31 Thread Alfredeen, Johan
Jack, My apologies. Disregard my earlier example - it only works because the PHP variable is passed to the javascript variable during onLoad when everything is executed. But in your case, the page has already been sent to the client and PHP can only be called by calling the server again. Johan

[PHP] RE: [PHP-WIN] Can PHP and Java work together?

2001-08-31 Thread Robin Bolton
] Subject: RE: [PHP-WIN] Can PHP and Java work together? If you're talking about a form, then what you can do is set the properties for the button like so: -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: August 31, 2001 2:13 AM To: [EMAIL PROTECTED]; [EMAIL

[PHP] RE: [PHP-WIN] Can PHP and Java work together?

2001-08-31 Thread Robin Bolton
If you're talking about a form, then what you can do is set the properties for the button like so: -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: August 31, 2001 2:13 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP-WIN] Can PHP and Java work together?