First of all, check to see if you get a record:
$sel_id = "SELECT * FROM content_lang WHERE id='".$_GET['id']."'";
$ident = mysql_query($sel_id, $connect);
echo "No. records = " . mysql_num_rows($ident) . "<br />";
$row_id = mysql_fetch_assoc($ident);
WHy are you doing a do/while why not just a while{} ?
Your language bits may be better served in an array in a language file as opposed to being stored in a DB?
diafol
Keep Smiling
10,681 posts since Oct 2006
Reputation Points: 1,632
Solved Threads: 1,514
Skill Endorsements: 57
diafol
Keep Smiling
10,681 posts since Oct 2006
Reputation Points: 1,632
Solved Threads: 1,514
Skill Endorsements: 57