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
jvallarino
Forum Newbie
Posts: 1 Joined: Thu Sep 28, 2006 11:16 am
Post
by jvallarino » Thu Sep 28, 2006 11:23 am
hi, I would like to change 1 variable with a click, but i really need it not to refresh...
can anyone help me?
hawleyjr
BeerMod
Posts: 2170 Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA
Post
by hawleyjr » Thu Sep 28, 2006 11:29 am
You can try using AJAX or IFRAMES (Use AJAX)
Benjamin
Site Administrator
Posts: 6935 Joined: Sun May 19, 2002 10:24 pm
Post
by Benjamin » Thu Sep 28, 2006 11:32 am
Yeah it sounds like Ajax is what your looking for, but what exactly are you trying to accomplish?