Hello Friends,
I would like to know the significance of '%s' while using PHP-MySQL.
Regards
What is the significance of '%s' in PHP & MySQL
Moderator: General Moderators
-
dream2rule
- Forum Contributor
- Posts: 109
- Joined: Wed Jun 13, 2007 5:07 am
Significance? %s is used in the $format parameter for the common printf()/sprintf() function in PHP to insert a string presentation of a value passed to the function.
If you're talking about the use of %s when using PHP combined with MySQL I dunno what to answer.
If you're talking about the use of %s when using PHP combined with MySQL I dunno what to answer.