[PHP] Re: file upload problem - Warning: Max file size of 8 bytes exceeded

2001-12-15 Thread David Serrano
I'm not sure if you've read this or not but it may help: http://www.php.net/manual/en/features.file-upload.php -David Serrano ([EMAIL PROTECTED]) "Lee Philip Reilly" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, >

[PHP] Re: include, chmod, password files

2001-08-08 Thread David Serrano
You could either rename the file with a .php extension or you can have it so the server treats .inc files like php files. "David Hill" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello > > If I have a file called db.inc with, for example, this: > > // db.i

[PHP] Re: Slash Problems When Using PHP and POST.

2001-07-18 Thread David Serrano
Check out the stripslashes and AddSlashes functions http://www.php.net/manual/en/function.addslashes.php http://www.php.net/manual/en/function.stripslashes.php "Corin Rathbone" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have created a php page that load

Re: [PHP] File open Question?

2001-04-16 Thread David Serrano
Ok thats what I though. Thanks for your time -David Serrano "Brian Clark" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi David, > > @ 7:35:06 PM on 4/16/2001, David Serrano wrote: > > > Ok, I think I get it, t

Re: [PHP] File open Question?

2001-04-16 Thread David Serrano
Ok, I think I get it, though I have one more question to access a specific line of that array would it just be as simple as $array[2]? -David Serrano "Brian Clark" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > if(! $array = @f

[PHP] File open Question?

2001-04-16 Thread David Serrano
Can you open a simple text file and store each line of that file in it's own part of an array? -David Serrano -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrato