Entrepreneur Geek
Entrepreneur Geek
Nirav Mehta on growing in life, technology and businesses
  • @niravmehta
  • WordPress
  • LinkedIn
Skip to content
  • About
  • Businesses

PHP

There are 38 posts tagged PHP (this is page 1 of 8).

Post navigation

Importing Paypal transactions into Tally accounting software

We use Paypal to receive payments from customers. We maintain our financial accounts using Tally. Imagine copying over Paypal transactions into a separate accounting software – manually. You are creating all ledger accounts one by one. Ensuring spellings are correct, accounting heads are right and you are not missing any names in between. You’re numb […]

4 Comments

Fixing bad XML, any recommendations?

I am using Text_Diff classes of PHP to generate differences between two XML documents. The output is not always valid XML – tag nesting is not always correct. This happens because my source files are XML and have their own tags. When Text_Diff inserts its own <ins> and <del> tags around the changed text, it […]

in Technology | Comment

Setting up local copy of PHP manual – with smart lookups

If you are a PHP developer, you probably know that you can type “php.net/substr” to look at documentation for the substr() function. This works for many other keywords as well and is a superb feature. It’s just so convenient, I stopped using my local copy of PHP manual. But yesterday, I wanted it offline. I […]

in Technology | 7 Comments

Debugging PHP for the first time in 10 years, and loving it!

I have been writing PHP code for 10 years now and have used a variety of ways to debug my code – except the actual runtime debugging! I have used echo statements and log files to debug and solve problems. I knew there is XDebug and Zend Debugger, but never tried them. Today, I downloaded, […]

in Technology | 1 Comment

Handling Unicode with PHP

Unicode characters and webservices always create one or the other problem for me 😉 Working on PlannerX backend was not any different. Spent some good hours fixing Unicode / UTF-8 related issues. And while I was searching for some solutions, I found an excellent “PHP UTF-8 Cheat Sheet” by Nick Nettleton of DropSend. I highly […]

in Ideas Worth Sharing, Technology | Comment

Post navigation

Writing

  • Business & Leadership
  • Ideas Worth Sharing
  • Journal
  • Technology
Independent Publisher empowered by WordPress