366 solutions found in php-dev
Page 19 of 19votes
I want to put a copyright notice in the footer of a web site, but I think it's incredibly tacky for the year to be outdated. How would I make the year u...
votes
I want to return JSON from a PHP script. Do I just echo the result? Do I have to set the `Content-Type` header?
votes
How can I detect which request type was used (GET, POST, PUT or DELETE) in PHP?
votes
Today I needed to install the IBM DB2 library. I went through all the steps up to `make install`, and I found ibm_db2.so in `$PHP_HOME/lib/extensions/somecompl...
votes
I've been looking at options for internationalizing an open source project: * Gettext, which everyone seems to recommend, apparently needs locales to be...
votes
I'm trying to add subplugins to my local plugin and understand that I have to create a subplugins.php file. However, I can't figure out what the correct/latest...