[snip]
> I understand most of what is going on here except for this line:
>
> printf ("<TD>%s</TD>\n", htmlspecialchars ($row[$i]));
>
> Can someone explain to me what the %s is?

www.php.net/sprintf

sprintf() and printf() have the same type of syntax and all of the %s, etc,
are explained on the sprintf() page given above.

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to