View file retrivewap/smilies.php
<?php
include("config.php");
include("core.php");
$bcon = connectdb();
mysql_query("UPDATE ibwf_smilies SET imgsrc='smilies/gohmy.gif', hidden='0' WHERE scode='-gohmy-'");
?>
<?php
include("config.php");
include("core.php");
$bcon = connectdb();
mysql_query("UPDATE ibwf_smilies SET imgsrc='smilies/gohmy.gif', hidden='0' WHERE scode='-gohmy-'");
?>