rob7676
02-26-2008, 09:23 PM
I have a search script for searching .pdf files which works great, but I get an
Warning: printf() [function.printf]: Too few arguments in /index.php on line 84
My code for line 84 is:
printf("<tr><td><a href=\"/msds/" . trim($row["productnumber"]) . ".pdf\">" . $row["productnumber"] . "</a></td><td>" . trim($row["productname"]) . "</td></tr>");
Can anyone please help me with this?
Thanks
Warning: printf() [function.printf]: Too few arguments in /index.php on line 84
My code for line 84 is:
printf("<tr><td><a href=\"/msds/" . trim($row["productnumber"]) . ".pdf\">" . $row["productnumber"] . "</a></td><td>" . trim($row["productname"]) . "</td></tr>");
Can anyone please help me with this?
Thanks