i need to take the result of a javascript script, make it equal to a php varible, fopen, fwrite, fclose
let's say: <?php $yahoo = "?> <script>alert(document.cookie)</script> <? "
it would take the writing, not the cookie result. instead of an alert popup, the result will be written onto the...