How can you do the following command using echo:
printf("First Name: %s <br>\n", mysql_result($result, 0, "first");
I tried doing:
echo("First Name: mysql_result($result, 0, 'first') <br>\n");
but it didn't work.
I dont really like the look of prints (it seems too complicated) so Im trying to do it in echo.
Thanks in advance.





Bookmarks