Order now
put your php into a hidden div and than call it with javascript
php part
some php here
javascript part
var myfield = document.getElementById("mybox"); myfield.visibility = 'visible';
now, you can do anything with myfield...