Undefined offset when using a flat file with pipe symbols
Posted on
16th Feb 2014 07:03 pm by
admin
Hi, I've got a flat file/text file which I'm currently using as a member database for my site (not advisable I know.. but still learning here).
In a section of code I need to separate the fields to make various checks later in the code
Did you know?Explore Trending and Topic pages for more stories like this.
I use this line to do that..
list ($name, $pass, $fileidnumber) = split ('|', $line);
Yet.. I keep getting "undefined offset" messages.. even when all 3 fields are filled in for all records.. eg..
Fred|bonkers|3n
Is it the new line causing the problem?
Also, the server is a bit peculiar in behaviour, it won't let me upload empty text files to start with (0kb).. the only way around it is for me to add a blank line or something to make it at least 1kb so the server notices it.. so in other words.. if Fred's record was the only one in the database, there'd be a space (I guess) underneath his record (all future records are added to the top of the file, but the space will always come last when checking)
If anyone out there can help or give ideas as to why this is happening I'd be grateful.. thanks
No comments posted yet
Your Answer:
Login to answer
190
11
Other forums
Anti Spam Code
Ok where do i start? Probably by telling you I have very little working knowledge of PHP and that I
problem with sql querry in php script
Hello guys,
What I want to do is I want to read out a csv file and then but te conent ot the
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
Does deleting the spmlog directory critical?
Hi Everyone,
Please, hope you could help me. We're having problems with the SAP backup. I
please, need help coding this voting for your favorite car polling system.
hi, my code needs a lot of work, but i want to be able to let users vote on their favorite car, upda
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
PHP - HTML
Could anyone give me some GOOD sample links for php - html email tutorial.
Thanks!
Multiple Pages
Hi. Im very new to php. I'm trying to create a basic login/registration page.
So I have a bas
upload form file types....
Hey all, I am learning PHP and I am writing a script from the W3C Schools tutorials for uploading fi
Seperate team from score
I am writing a site that does a NFL Pick 'em type application and I have a feed that gives me the sc