changing variable value without refreshing

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jvallarino
Forum Newbie
Posts: 1
Joined: Thu Sep 28, 2006 11:16 am

changing variable value without refreshing

Post by jvallarino »

hi, I would like to change 1 variable with a click, but i really need it not to refresh...
can anyone help me?
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

You can try using AJAX or IFRAMES (Use AJAX)
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Post by Benjamin »

Yeah it sounds like Ajax is what your looking for, but what exactly are you trying to accomplish?
Post Reply