A few people have contacted in the past about what I did to get IDs to work on Peter’s Script over at vulgarisoips.com (see the original post here). Peter’s script works great; but for my needs I had to add an ID to the suggestion as a way to relate the selected value back to [...]
Archive for July, 2008
Categories: PHP, Web Development
Today I had a new server running CentOS5 have trouble with a known good authorize.net library using curl. It was producing the following error: error setting certificate verify locations: CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none After some research I found it was based on the inability for the apache user to access the ca-bundle.crt file. You will [...]
Categories: CentOS5, Web Development