Hi,
can anyone tell me if it is possible to change the value of a variable without reloading the entire page? The thing is as follows: I\\'ve got a datafile where I have assigned pieces of texts to different variables ($text1 -- $text5). This datafile is included in the php-page. Now I\\'d like to be able to display the different texts by clicking at different textlinks, and thus change the value of $display in $text1 -- $text5. But I don\\'t want the entire page to be reloaded each time, since the page contains pictures that take some time to display again. Is this possible in anyway (even though PHP is a server-side language), or should I find a solution with Javascript?
Thanks for your replies, Michiel