Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
mithunrockey
how to make automatically resizable iframe ?
I need code to resize <iframe> on the fly.... google gave me some codes... but its not workin..... pls help.....
2 AnswersProgramming & Design1 decade agoHow to track bounced email id's in PHP?
$bounce_id="bounced@mithunrockey.com";
mail ($to, $subject, $body, "From: $from_address", "-f $bounce_id");
this code will send bounced email alerts automatically to bounced@mithunrockey.com. but I need to filter the bounced ids from those alert mails... how is it possible to read emails using code and filter ids from them automatically? plz help...
2 AnswersProgramming & Design1 decade ago