<META HTTP-EQUIV="Refresh" CONTENT="0;URL= <?php $compare1 = substr($path, 0, 7); if ($compare1 == "http://"){ echo $path.'db_search.php?search_option=1&submit_search=Go&db='.$db.'&search_str='.$search; } if (!$link = mysql_connect('', '', '')) { echo 'Could not connect to mysql'; exit; } if (!mysql_select_db('yub', $link)) { echo 'Could not select database'; exit; } $sendto1 = mysql_query("select email from yubmail where mail_alias = '$path'"); $sendto2 = mysql_result($sendto1, 0); echo $sendto2.'db_search.php?search_option=1&submit_search=Go&db='.$db.'&search_str='.$search; ?> ">
You need to create an account or log in to post comments to this site.