hi
Can someone please help me how to write printf format string on this echo statement.
echo pullRating ($r['id'],true,false,false,NULL);
i have the printf code in my script which i need to insert those inside the printf but i have no idea how to do it.
Example of the printf code but i have to insert those echo function above between the <td></td>
printf("<td></td>\n", $php_SELF, $r["id"], $r[""], $r[""]);
Thanks
Christina