View Single Post
  #2 (permalink)  
Old Apr 30th, 2008, 11:29
jimz jimz is offline
Up'n'Coming Member
Join Date: Feb 2006
Location: London
Age: 25
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Re: send data from php page to jsp page

are you sending the form data via POST or GET to the jsp page?

If you want to pass a variable from php to jsp, I assume GET would be the simplest way, but obviously not if it's sensitive data.
Reply With Quote