You are here

php

PHP and Eclipse IDE Indigo - Missing Anything?

Due to lack of a package maintainer for the Eclipse Indigo release there is no PHP (PDT) package included. If you would like to install PDT into your Eclipse installation you can do so by using the Install New Software feature from the Help Menu and installing the PHP Development Tools (PDT) SDK Feature from the Eclipse Indigo Repo >> http://download.eclipse.org/releases/indigo

HOW-TO read the Request Content using PHP

After searching a little bit for a simple way to read the request parameters sent to the server, I normally found references telling people to use the apache_request_headers() or the getAllHeaders() (which is actually a wrapper for the previous one) function, but these will only work if you are running php as an apache module. Well, this is not the case for me, as I use Locaweb (a famous hosting service in Brazil).

Subscribe to RSS - php