Skip to content

Alternative to SSL – “Manual” Encryption? [closed]

Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed last year. Improve this question I would like to encrypt data that travels back and forth between the se…

Social networking login using iOS

I’m writing an iPhone app which works against my own server. Basically, it’s a forum where users can post. I don’t want users to sign-in for an account on my server but I rather prefer them to login …

Hosting PHP website that uses unix command “convert” on IIS

I thought I had checked so that everything would work when hosting this website on IIS but I missed a tiny detail. Apparantly an image upload form on the website requires a unix command or program called “convert” (usr/bin/convert) to resize, set quality and generate a thumbnail for the images. I …

Can a switch statement take two arguments?

is it posible for a PHP switch statement to take 2 arguements? For example: Many thanks, I haven’t done PHP in years! Answer No, but if your case is as simple as what you have, just concatenate the two inputs and test for the concatenated values: