Fw: [PHP-DB] Quick question

2005-12-09 Thread Julien Bonastre
-Spectrum Network CEO ABN: 64 235 749 494 [EMAIL PROTECTED] www.the-spectrum.org --oOo---oOo-- - Original Message - From: "Julien Bonastre" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 09, 2005 10:25 PM Subject: Re: [PHP-DB] Q

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]

[PHP-DB] Quick question

2005-12-08 Thread Chris Payne
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 * max_execution_time * post_max_size Basically I need to b

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

[PHP-DB] Quick Question: Line Breaks

2004-01-08 Thread Jacob Hackamack
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 have it be broken. I have read places (internet sites) that say

[PHP-DB] Quick Question qufcYso

2003-09-18 Thread BJ
Anyone heard of this company? I just bought a nice motherboard from these guys for 20 bucks! http://www.tigersurplus.com Just wanting to know if anyone else has used them before. Thanks BJ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] quick question on max()

2001-04-11 Thread Liz Bander
Can you use max within a select function? This is where I have it... $cd_qry = 'select max(code) from equipment'; connecttodb(); $result = mysql_query($cd_qry); $temp = mysql_fetch_row($result); $bcode = $BCODE_START . str_pad((substr($temp[0], -6) + 1),6,'0',STR_