hello.i want to change a code in this.
i want to send msg from user id 1 instead of that user who sent a buddy request.
help please,......
i want to send msg from user id 1 instead of that user who sent a buddy request.
help please,......
PHP Code:
$who = $_GET["who"];
$whonick = getnick_uid($sid); $byuid = getuid_sid($sid);
$unick=getnick_sid($sid);
$whonick = getnick_uid($uid);
$user = getnick_sid($sid);
$tnick = getnick_uid($who);
mysql_query("INSERT INTO ibwf_private SET text='".$user." Has sent you a Friend Request![br/][br/][u]This is an auto PM please do not reply[/u]".$pmtext."', byuid='".$byuid."', touid='".$who."', unread='1', timesent='".time()."'");
Comment