标签: php cookies
我想使用PHP从给定的URL检索页面。到目前为止我得到了这个:
<?php $html = file_get_contents("url"); print $html; ?>
但是,这不会检索cookie。
我的问题: