hi every as no one has helped me to sort a shop out i am recoding one to fit my site i have got this error 
	this will not send a inbox to the owner or any thing i think its to do with this as well
	i am using a wapdesire v_2 script
thanks to any one that can help me
					Code:
	
	 $ownid[0]=1;
     $who=$_GET["uid"];
    $uid=$_GET[".getuid_sid($sid)."];
    $gps = mysql_fetch_array(mysql_query("SELECT points FROM profiles WHERE uid='".getuid_sid($sid)."'"));
	;
	$inbox = "A User Has visited The Plusses Shop and Ordered a Personal Avatar, the user is ".$whoid." Please Action This request as soon as possible.[br/][small][i]p.s: this is an automated pm[/i][/small]\n";
	autopm($inbox, $ownid[0]);
Code:
	
	$ownid[0]=1;
     $who=$_GET["uid"];
    $uid=$_GET[".getuid_sid($sid)."];
    $gps = mysql_fetch_array(mysql_query("SELECT points FROM profiles WHERE uid='".getuid_sid($sid)."'"));
thanks to any one that can help me


Comment