Posts Tagged ‘php’

Fixing PHP Redirect On Nokia N80 Web Browser

I had a problem on a PHP page that was supposed to redirect to another page after some process was done. This is the code I used.

header(”Location: http://example.com”);

This kept giving me a

Web: no gateway reply

So after looking at the PHP manual for the header function and HTTP status codes I managed to get it [...]

Side Projects and Collaboration

I’ve been getting some requests for small PHP projects. At the moment I’m not taking on any projects. If you still think I should have a look email me a specification or the requirement and I will try to give some feedback or recommend another person who might be willing to take it on.
Freelance developers! [...]

PHP for Developers

I like to follow up on Why You should learn PHP by rumblinglankan.com which talks about PHP for bloggers and extend it for programmers in general.
I was a full blown Java developer back in the day. I knew many developers who stuck to their guns and did one thing like Oracle, Java or .NET [...]