You are here: Re: Appending an integer to a string « PHP Programming Language « IT news, forums, messages
Re: Appending an integer to a string

Posted by Steve on 10/07/05 21:50

> I am having problems appending a number to the end of a string. I

> $filename = 'test.file.";
> $i = 0;

> and I want to change $filename to become 'test.file.0'.

$filename = "$filename$i";

or

$filename .= "$i";

or

$filename .= strval( $i );

or

$filename = sprintf( "%s%d", $filename, $i );

or

google some more...

---
Steve

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация