When I moved to my current hosting provider, I lost the ability to SSH into my account. Most of the stuff I did in SSH can be done through the account’s control panel, including uploading and unzipping files. But one…
Using NuSOAP to generate WSDL and properly serialize and unserialize structured parameters.
It’s something you only have to write once in a while, but storing binary files in your database can be a useful thing. I found this excellent tutorial on Uploading, Saving and Downloading Binary Data in a MySQL Database. It’s…
Sending and receiving complex data types when writing Web Service applications using the NuSOAP library.