Learning PHPinux

Posts Tagged ‘programming

PDF to Text + PHP

Posted by: gf4e on: July 3, 2008

I have had a little project at work. The task is to convert a .pdf file into plain text, and then cut some parts out of the text to use them in my database. Well, the hardest part of it all was that I had to use PHP to do it. I had been looking for a conversion tool, but never really found anything. FPDI did not do what I needed, [...]

Programming style

Posted by: gf4e on: May 1, 2008

Having worked with PHP for about 5 years, I have finally realized that there are so many different styles of programming. I mean, every developer has his own or ripped off somebody style. The most popular scripts have always seemed to diffcult for me, and may be I am just not qualified enough, but now [...]