Expand|Select|Wrap|Line Numbers
- $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
$q="INSERT INTO proj select * from projtemp where projid ='".$projid."'";
|