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-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 files

RE: [PHP] Still problem with files

2003-07-19 Thread Beauford.2005
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.2005 wrote

RE: [PHP] Still problem with files

2003-07-18 Thread Beauford.2005
=155Roy, P Option Value=77Theodore Option Value=26ThibaultOption Value=68Worrel -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

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 problem with files For whatever reason your suggestions still caused me problems

RE: [PHP] Still problem with files

2003-07-18 Thread Beauford.2005
-Original 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: 'Curt Zirzow' [EMAIL PROTECTED

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 = Option Value=\131\Player Name; So where do I put the \r\n. I have tried just \n at the end, but same thing.

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 Option Value=3Alfredsson in it. I have been able to read the file into an array and display it, but I

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 Option Value=3Alfredsson in it. I have been able to read the file into an array and display it, but I

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 - Option Value=3Alfredsson. I have tried a variety of ways to do this: If

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 = Option Value=\131\Alfredsson; And watch out for case sensitive issues 'Option' != 'option' Curt -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: