RE: [PHP-DB] Quick question

2005-12-09 Thread Ford, Mike
On 08 December 2005 20:53, Chris Payne wrote: > Hi there everyone, > > > > How do I set the following items with ini_set()? I looked at > the manual but > when I try nothing happens: > > > > * file_uploads > * upload_max_filesize > * max_input_time > * memory_limit > * m

Re: [PHP-DB] Quick question

2005-12-08 Thread Amol Hatwar
** Comments Inline ** *chop* > Basically I need to be able to upload 1gig files via FTP which is based on Whoa! Did I read ONE GIG? By FTP I understand *the* File Transfer Protocol. How is it based on PHP? > PHP, when the file uploads successfully it then adds the info to a mysql > database so t

Re: [PHP-DB] Quick question

2005-12-08 Thread Joseph Crawford
ini_set('max_execution_time', 9600); that's how you set the max_execution_time, i would assume the rest follow the same format. notice the time is in seconds. -- Joseph Crawford Jr. Zend Certified Engineer Codebowl Solutions, Inc. 1-802-671-2021 [EMAIL PROTECTED]

RE: [PHP-DB] Quick Question: Line Breaks

2004-01-09 Thread Ford, Mike [LSS]
On 09 January 2004 03:58, Jacob Hackamack wrote: > Hello, > > I have a couple of quick questions. When I execute this code on my > php page (I know that the .PSD image isn¹t web ready, but Safari does > what I need it to do :) ) it displays the entire source as one line. > Is there anyway to ha

Re: [PHP-DB] Quick Question: Line Breaks

2004-01-08 Thread Micah Stevens
\n is not converted to a newline unless you use double quotes around the string. See: http://us3.php.net/manual/en/language.types.string.php -Micah On Thu January 08 2004 7:58 pm, Jacob Hackamack wrote: > Hello, > > I have a couple of quick questions. When I execute this code on my php > pa