Code:
$projid=$_GET['projid']; $q="INSERT INTO proj select * from projtemp where projid ='".$projid."'"; $qins=mysql_query($q);
is there any error?
there are 2 tables in a database with name proj and projtemp
$projid=$_GET['projid']; $q="INSERT INTO proj select * from projtemp where projid ='".$projid."'"; $qins=mysql_query($q);
projid ='".$projid."'
projid =\".$projid.\"
projid ='".$projid."'
projid =\".$projid.\"
Comment