Hello Peter, Am 2010-04-26 09:28:28, hacktest Du folgendes herunter: > var_dump($isfile); > > Don't make assumptions of what the value is, just check it.
Yes and grmpf!
The filename has a space at the end but it can not removed even using
var_dump(str_replace(' ', '', $isfile);
if I put a '1' as search parameter all '1' are removed, but WHY can I
not remove a space at the end?
Even if a do a
mv the_file_not_recognized the_file_not_recognized\<space>
it is not detected... even if the var_dump() show me something like
string(29) "/tmp/the_file_not_recognized "
Simple to test
exec("touch /tmp/the_file_not_recognized");
$FILE=shell_exec("ls /tmp/the_file_not_* |head -n1");
var_dump($FILE);
echo "<br>";
var_dump(str_replace(' ', '', $FILE);
Thanks, Greetings and nice Day/Evening
Michelle Konzack
Systemadministrator
--
##################### Debian GNU/Linux Consultant ######################
Development of Intranet and Embedded Systems with Debian GNU/Linux
itsyst...@tdnet France itsyst...@tdnet UG (haftungsbeschränkt)
Gesch. Michelle Konzack Gesch. Michelle Konzack
Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France 77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix
<http://www.itsystems.tamay-dogan.net/> <http://www.flexray4linux.org/>
<http://www.debian.tamay-dogan.net/> <http://www.can4linux.org/>
Jabber [email protected]
ICQ #328449886
Linux-User #280138 with the Linux Counter, http://counter.li.org/
signature.pgp
Description: Digital signature

