i would like to add another php print to this, but i dont know how to do it. i've included the bit i want to add to the string and the link it needs to effect.
Code:
<?php
printf("<tr><td><a href=\"javascript:ajaxpage('/includes-functions/
story_display.php?id=%s<<?usrname=<?php print $usrname2; ?>>>', 'contentarea');\">%s</a></td><td><span style=\"TEXT-ALIGN:center\">%s</span></td>", $row["id"], $row["title"], $row["author"], $row["id"]);
}
?>