Hi everybody,
I show a list of files that I upload to the user's folder using the next
code:
$path= "../clients/$user";
$dir = opendir ($root);
while ($archivo = readdir ($dir))
{
$size = filesize("$path/$filename");
$size = ($size/1024);
$s
the rest of file extensions.
Anybody can point me into the right direction for evaluate this?
Thx alot in advance to anybody reading this post.
Nautilis
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi everyone
My question is very simple, so i hope the answer will too :)
Well i have an index field in my table which is set as auto_increment. Well
question is, it's possible that mysql use values that have alredy been
deleted from older regs?
Thx in advance!
--
PHP Database Mailing List
/, but i have no
idea about changing this, either on the database or when i process it with
php.
Thanks in advance for reading my post. I hope anyone can point me into the
right direction.
nautilis
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED
Hi everybody!
My problem is:
I have a form to allow users in a website to register. My problem is that
when someone registers a name that is alredy taken, mysql returns a
'Duplicate entry 'username' for key 1.
I just want to show a message to user telling that the username is in use by
another