I don't think you can combine the two - they are very different technologies and requires separate interpreters. Why are you using an ASP shell if the host is using PHP? just port the ASP shell to PHP, how hard can that be...
Thank for your reply, combine the two is impossible so there are other way can help me get logging user cookie? i thinking about read user cookie by the way insert some code to index.php like:
=============================
<?php
echo $_COOKIE["your cookie name"];
?>
=============================
But i don't know how to save the cookie or send cookie to my host