[PHP] Re: POST upload script timeout

2003-12-13 Thread Iain Staffell
"Eric Bolikowski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > "Iain Staffell" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > I have a script on my local machine to allow friends to send me files, as > IM &g

[PHP] Re: POST upload script timeout

2003-12-08 Thread Iain Staffell
"Eric Bolikowski" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]> > ini_set('max_execution_time', '3600'); Thankyou very much, it works fine now! :o) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: Can I request ?

2003-12-08 Thread Iain Staffell
"Playerfr" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > I am using a PHPBB to have forum and site in php and i need a little script > , can i request it here or do you know an otehr group where i can request > it. > > Thnaks If it is a script relating to the forum, you can

[PHP] POST upload script timeout

2003-12-06 Thread Iain Staffell
I have a script on my local machine to allow friends to send me files, as IM or FTP transfers don't work, and so I would like to accept reasonably large files (10mb max). I followed some of the examples shown around the net, but continually found that the file would completely upload before giving

[PHP] Can't exec() a program that uses mem alloc?

2003-12-06 Thread Iain Staffell
I am trying tooth and nail to create a method of copying a string of text to the server's clipboard via php. I have found a couple of short pieces of code to do exactly that in C, so compiled the program and in a command prompt it works like a charm - in my case it reads the contents of a text fil