RE: [PHP] Still problem with files

2003-07-20 Thread Beauford.2005
I've kept the code in a temp file so when I get some time I will delve into it further. Certainly more of a pain than I expected. -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: July 20, 2003 4:45 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Still problem with

Re: [PHP] Still problem with files

2003-07-20 Thread Jason Wong
On Monday 21 July 2003 00:23, Beauford.2005 wrote: > These files were already done from last year, so I figured I would just > carry on with them. Last year they did not have to be manipulated - so > it wasn't a big deal. I have since changed the whole thing and am now > using a database (took me a

RE: [PHP] Still problem with files

2003-07-19 Thread Beauford.2005
d all my other info. I'd still be curious though as to why the other way did not work. -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED] Sent: July 19, 2003 1:34 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Still problem with files On Saturday 19 July 2003 04:58, Beauford.

Re: [PHP] Still problem with files

2003-07-18 Thread Jason Wong
On Saturday 19 July 2003 04:58, Beauford.2005 wrote: > Yep, but am I doing it right I don't know. This is the line that will be > written to the database (there will be 130 of them). > > $p = "Player Name"; > > So where do I put the \r\n. I have tried just \n at the end, but same > thing. > > $p =

RE: [PHP] Still problem with files

2003-07-18 Thread Beauford.2005
Message- From: skate [mailto:[EMAIL PROTECTED] Sent: July 18, 2003 11:18 AM To: Beauford.2005; 'Curt Zirzow'; 'PHP' Subject: Re: [PHP] Still problem with files have you tried \r\n ? - Original Message - From: "Beauford.2005" <[EMAIL PROTECTED]> To: &

Re: [PHP] Still problem with files

2003-07-18 Thread skate
have you tried \r\n ? - Original Message - From: "Beauford.2005" <[EMAIL PROTECTED]> To: "'Curt Zirzow'" <[EMAIL PROTECTED]>; "'PHP'" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 3:40 PM Subject: RE: [PHP] Still prob

RE: [PHP] Still problem with files

2003-07-18 Thread Beauford.2005
n PHP. i.e. Roy, P Theodore ThibaultWorrel -Original Message- From: Curt Zirzow [mailto:[EMAIL PROTECTED] Sent: July 18, 2003 1:50 AM To: PHP Subject: Re: [PHP] Still problem with files Curt Zirzow <[EMAIL PROTECTED]> wrote: > Beauford.2005 <[EMAIL PROTECTED]> wrote: >

Re: [PHP] Still problem with files

2003-07-17 Thread Curt Zirzow
Curt Zirzow <[EMAIL PROTECTED]> wrote: > Beauford.2005 <[EMAIL PROTECTED]> wrote: > > > > i.e > > > > $p = "Alfredsson"; And watch out for case sensitive issues 'Option' != 'option' Curt -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Still problem with files

2003-07-17 Thread Curt Zirzow
Jason Wong <[EMAIL PROTECTED]> wrote: > On Thursday 17 July 2003 12:18, Beauford.2005 wrote: > > > > So using the example above what would I use where the question marks are > > if I wanted to display everything but this line - > Value="3">Alfredsson. I have tried a variety of ways to do this: >

Re: [PHP] Still problem with files

2003-07-17 Thread Curt Zirzow
Beauford.2005 <[EMAIL PROTECTED]> wrote: > Hi, Hello > > Sorry for the extra emails, but I thought I had this licked, but now > other problem pop up. As I said, I have a file with many lines like > Alfredsson in it. I have been able to read the file > into an array and display it, but I am tryin

Re: [PHP] Still problem with files

2003-07-17 Thread Jason Wong
On Thursday 17 July 2003 12:18, Beauford.2005 wrote: > Sorry for the extra emails, but I thought I had this licked, but now > other problem pop up. As I said, I have a file with many lines like > Alfredsson in it. I have been able to read the file > into an array and display it, but I am trying to

[PHP] Still problem with files

2003-07-17 Thread Beauford.2005
Hi, Sorry for the extra emails, but I thought I had this licked, but now other problem pop up. As I said, I have a file with many lines like Alfredsson in it. I have been able to read the file into an array and display it, but I am trying to do a comparison IF statement and no matter what I try I