Oh, yeah, you are right. PHP can do it by array_splice(). I tested it, and
it worked well.
However, I can't realize it through javascript on IE, though it offers a
function named splice(). But, I always meet a error report about "object not
support the function".
So...
--
PHP Windows Mailing L
Thank you all for your help.
I have already find the reason. It's simply for a wrong path spelling
mistake.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail:
I use win2000, IIS, PHP4.04.
I made a form file which included a "file" object for uploading files, and
it's named "upload.php". The "action" parameter of the file object is set to
another file called "submit.php".
In submit.php, I expect it return back to it's caller "upload.php" after
finishin
Recommend the window's best GUI Admin Tool for mysql to you: Mysql-Front.
come on to try it.
Free and work well.
http://www.anse.de/mysqlfront/
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To con
Hello,
I work on PHP4, IIS, Win2000 pro.
when I use the form object file to upload file, I got such a error like
this:
Warning: Unable to create 'e:\\web\\tmp\\': Permission denied in
E:\web\admin\admin_submit.php on line 38
I know how to solve in linux, but how in win2000.
thank you for your he
I tested your code, but no error found.
what about it then?
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]
Hello,
Today I wasted some time just for the same question met in javascript. I
don't think there are an existed function to solve it, so I write one by
myself. Hope to give you some help.
Followed code is wrote in javascript, I don't want to rewrite in PHP, so do
yourself.
// begin function
func