Hello people. I was reading severals scripts, and I saw, all the time, that they used %s... What is the application of that ??? Becuase I'm searching about that and I don't find anything about it ! I know that it's about injection codes... Can anyone give me a web page about it or a forum, but explaining ? Thanks !

P0lT10n
Recommended Answers
Jump to Postit is used in context with sprintf and printf etc? http://php.net/manual/en/function.sprintf.php
Jump to Postthe printf based functions essentially cast values to a particular type and work with them in their respective ways. They also let you control things like precision, padding, etc etc. Look at the link i posted above, it has a lot of examples of what can be done with them.
…
All 5 Replies
quasipickle 0 Light Poster

P0lT10n
mschroeder 251 Bestower of Knowledge Team Colleague

P0lT10n
mschroeder 251 Bestower of Knowledge Team Colleague
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.