Ok The Colored Code as you said... Just selects things.. What it selects are stored queries...
One of with are the below listed.. What I want is for it to fill in the variables...
INSERT INTO tblComments ( CommentsComent, ProjectTasksId, EmployeeId ) SELECT '$comment' AS Expr3, $sid AS Expr2, $id AS Expr1;
$tsk is filling Fine.. I am cycling through fine... But the variables in selected SQL statements are not being filled... Any Idea as to why?