Don,t see images in opera when mobile view On in setting of opera mini. why? plz good coder help me. i m using this code for view image.
echo "<img src=\"../images/sms.jpg\" alt=\"\"/> <b><a href=\"sms.php?action=main&sid=$sid\">Free SmS </a></b><br/>";
echo "<img src=\"../images/sms.jpg\" alt=\"\"/> <a href=\"sms.php?action=smsalerts&sid=$sid\">Set SMS Alerts</a><br/>";
echo "<img src=\"../images/user.gif\" alt=\"\"/> <a href=\"sms.php?action=invite&sid=$sid\">Invite Friends</a><br/>";
in other software and pc browser see all images in my site.
echo "<img src=\"../images/sms.jpg\" alt=\"\"/> <b><a href=\"sms.php?action=main&sid=$sid\">Free SmS </a></b><br/>";
echo "<img src=\"../images/sms.jpg\" alt=\"\"/> <a href=\"sms.php?action=smsalerts&sid=$sid\">Set SMS Alerts</a><br/>";
echo "<img src=\"../images/user.gif\" alt=\"\"/> <a href=\"sms.php?action=invite&sid=$sid\">Invite Friends</a><br/>";
in other software and pc browser see all images in my site.
Comment