we have a directory with pics, that a user can associate with his data in a
form. we use opendir/readdir to show the directory contents. unfortunately,
this is not sorted. How can we achieve a listing in alphabetical order?
this is our code:
echo "";
echo "please select";
$fp = opendir("../pics
-Ursprungliche Nachricht-
Von: Miles Thompson [mailto:[EMAIL PROTECTED]]
Gesendet: Donnerstag, 10. Januar 2002 16:25
An: Christian Krzywicki; '[EMAIL PROTECTED]'
Betreff: Re: [PHP-DB] Problem with PHP, MySQL and Apache System
Is it possible to go upload an earlier version of one
Hi all!
I do not know, if this is the right forum, but I need help .
We have a stable Website, that handeled several thousand visitors a day
before xmas. We did some additional programming (mostly PHP) and are running
into problems right now, that can be reproduced, but we do not know wher