[PHP] question on incrementing

2001-12-05 Thread Jordan

I'm trying to increment a variable but either clicking on link or button but
I don't want to reload the page.  Is there any possible way to pull this
off?

Thanks,
-Jordan



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] question on incrementing

2001-12-05 Thread Jon Farmer

I'm trying to increment a variable but either clicking on link or button
but
I don't want to reload the page.  Is there any possible way to pull this
off?

It would have to be a session or cookie variable for a start. Also you would
have to refresh A page inorder to do this so the way i would go is use a
hidden frame and onClick of the button refresh the page in the hidden frame.

Regards

Jon

--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969 Mob 07763 620378
PGP Key available, send email with subject: Send PGP Key



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]