Hi I am using site generating software. I have a post that sends to a script, which is to transfer a text string into a diary table (Dsc=) However a single ' anywhere in the post ie don't can't , and the operation fails can anyone tell me how I have to alter this code to stop this happening please
print "<td align=Center ><span
id=\"Client_1_Diaryplus_value_".$rowcount."\"";
print ">";
print "<a href=\"http://" . "adddddd.com/addb/xx.php" . "?" . ""."Dsc=<b>" .
urlencode($row[29]) . " Lead from: " . $row[27] . " - Job: " . $row[0] . " -
" . $row[39] . "Notes: " . $row[18] . " - Obs: " . $row[26] . "" . "\"
target=\"_self\">" . $cellvalue . "</a>";
print "</span></td>";