Question : Insert one field or value as another

I need to insert the CatName value into the seoname field. I've tried the below, but no joy. I know this is probably very simple, but I'm still newish at this and can't figure it out.
1:
2:
$seoname=$_POST['CatName'];
$addcat="INSERT into mcs_content_cat (CatName,Catdescription,seoname) values('$cat','$catdes','$seoname')";

Answer : Insert one field or value as another

Hi,

try

/usr/ucb/ps auxww

wmp

Random Solutions  
 
programming4us programming4us