String in a string
PHP Code:
|
Re: String in a string
Quote:
Code:
, "%s" |
Re: String in a string
You can use the define to specify the format style:
Code:
#define FORMAT "Whatever %s you %d want %.1f" |
Re: String in a string
NAME isn't formatted to anything, so it will just show show Name: %s . As joa said, remove your 3rd argument "%s" . And then assuming that THE_OTHER_STRING contains the name your inserting?
|
Re: String in a string
You can try this:
Code:
|
Re: String in a string
Four posts saying the same thing! I think that should get the point accross.
|
| All times are GMT -4. The time now is 01:05. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.