posting php code using jquery .html()
- by Emmanuel Imwene
simple query,but it's giving me a headache, i need a division to be updated with a changed session variable each time a user clicks on a name,i figured i'd use .html() using jquery to update the division, i don't know if you can do this, but here goes:
$("#inner").html('<?php
session_start();…