RE: [PHP] damn it... i want to tranfer data from one table to another!

2002-11-17 Thread John W. Holmes
> Why i can't tranfer data from one table to another with this code? I can't > pass "$reg" to $c and $t... : \ > thanks > > $ligacao=mysql_connect("localhost","","") or die (mysql_error()); > $real="INSERT INTO divx (titulo,cds) VALUES ('$t','$c')"; move the above line... > $temp="SELECT * F

[PHP] damn it... i want to tranfer data from one table to another!

2002-11-17 Thread Mr. BuNgL3
Why i can't tranfer data from one table to another with this code? I can't pass "$reg" to $c and $t... : \ thanks -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php