|
Posted by affiliateian on 03/02/07 18:32
Here is the error with the new codes running:
Warning: implode() [function.implode]: Bad arguments
<?php
$url=$_SERVER['SCRIPT_URI'];
$file=explode("/",$url);
$filename=$file[(count($file)-1)];
$content = implode('', file($filename));
preg_match("/<title>(.*)<\/title>/i", $content, $match);
$title = $match[1];
$link='removvedbeginningportion/submit?url='.
$url.'&title='.urlencode($title);
?>
<a href='<?php echo $link;?>'>Link to stumbleupon</a>
Jerry & Toby: Can you explain a little more?
Navigation:
[Reply to this message]
|