Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert Number to String

Status
Not open for further replies.

james0816

Programmer
Jan 9, 2003
295
US
Really simple question .... using php .... how do you convert a number string to a character string?

thx
 
PHP is loosely-typed. It will perform the conversion automatically if the circumstances call for it.

What are you trying to do?


Want the best answers? Ask the best questions!

TANSTAAFL!!
 
i have a random number being generated and i want to append that to a text string.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top