[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, I have an HTML form containing a fil

[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 loads a

[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 administrators, e

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]... ?php if(! $array = @file('/usr

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, though I have one more question to