I'm a complete new-comer to php, and in fact to any OOP environment (I'm an old C and Pascal coder.)
I need to create something quite basic on php (v3, I believe) on a customer's site. What I need to be able to do is open a comma delimited file from the web server's docroot and while ! EOF, parse it for tokens in a certain field, then read the rest of the line and format it into html.
I don't need a database or anthing fancy at this point, nor really anything more than what I've outlined above.
Is this something that PHP can do w/o too much trouble? Can anyone point me to info, samples, etc????
Unfortunately like so many things,this needs to be done in a hurry ... I glanced at the command reference for php and it looked pretty daunting (complete though).
TIA!