Code:
$link = mysql_connect("localhost","***not-my-admin**","***not-my-password***");
mysql_select_db("blabla",$link);
$query="insert into TableName(id,idcategoria,name,description,file,downloads,click,data,rate,trate,screen1,screen2,demo,autore,idauth,peso,validate) values ('".$file."','".$idcategoria."','".$name."','".$description."','".$file."_".$file.".mp3','".$downloads."','".$click."','".$data."','".$rate."','".$trate."','".$screen1."','".$screen2."','".$demo."','".$autore."','".$idauth."','".$peso."','".$validate."')";
mysql_query($query);
header("Refresh: 0;url=http://4allofus.com/shows/britishnproud/complete.php");
This works just fine, as you can see;
Code:
".$file."','".$idcategoria."','".$name."','".$description."','".$file."_".$file.".mp3','
is repeatedly used
Thanks for your help, all be it help that did not actually help me, I got it sorted.