Format() function in PHP? (conerting pawn to PHP)
#4

You don't need a format function.

Just use somethin like the following:

PHP код:

<?php
$string 
"Your name is " $nameString ".";
?>
Would return (if nameString contained 'Bob'):

Код:
Your name is Bob.
EDIT: +rep if this helped, please. <3
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)