I need to send the data from a form without taking the surfer to that page. 
ie: 
form on ' formPage.php '
with
<form name='foo' method='post' action='../newUser.php'>
but leave the user on ' formPage.php'
Any way to do that?

Thanks

Reply via email to