phpbar.de logo

Mailinglisten-Archive

[php] Backspace in PHP

[php] Backspace in PHP

Tobias Ratschiller tobias_(at)_dnet.it
Mon, 3 Jan 2000 15:27:44 +0100


> Wo löschen? Im Formulareingabefeld? Das ist eine wirre Idee.
>
> $rest = substr($text, 0, strlen($text)-1);
> http://www.php.net/manual/function.substr.php3

Nette Abkürzung:
$rest = substr($text, -1);

Mit freundlichen Grüßen,
  Tobias Ratschiller



php::bar PHP Wiki   -   Listenarchive