PDA

View Full Version : How to return a printf into a vbulletin template?


pspmodandcfw
07-16-2009, 07:22 AM
Hello members off vbulletin.org here is my question.

How do i return the output of a printf into a vBulletin template from php?

-pspmodandcfw

Dismounted
07-16-2009, 07:33 AM
Instead of using printf(), use sprintf() and assign the output into a variable. Place this variable inside a template.

pspmodandcfw
07-16-2009, 07:34 AM
Thanks dismounted for the quick reply. Ill try what you suggested.