Re: how to post a question?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hey,
Getting the code from the remote site is easy enough, you just gotto find
the images now, but heres something
that should get you the basic code including the javascript:

<?php
$filename =
file_get_contents('http://www.dtcc.com/ThoughtLeadership/menu.htm');
echo $filename;
?>

once you have the code, start converting the relative image paths to full
image paths,
should work.

Cheers,
Ryan

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux