Posted by Hilarion on 10/26/05 18:02
> the %s tls printf() 2 format the valu as a string. the first 1 will b
> replaced wit $row["id"] and the second 1 will b replaced wit
> $row["name"]. Read this 4 different 4mats u can use:
>
> <http://www.php.net/sprintf>
Please use English. Probable translation is:
The %s tells printf() to format the value as a string. The first one will be
replaced with $row["id"] and the second one will be replaced with
$row["name"]. Read this for different formats you can use:
<http://www.php.net/sprintf>
Hilarion
Navigation:
[Reply to this message]
|