Fork me on GitHub
Nation Pigeon

Viewing Tags PHP

Install Mongo DB on Debian with PHP support

13th August 12 | Linux

Steps to Install MongoDB – This should work with Debian and Ubuntu, with the upstart init system. sudo apt-key adv –keyserver keyserver.ubuntu.com –recv 7F0CEB10 && sudo sh -c ‘echo ”deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen” > /etc/apt/sources.list.d/10gen.list’ && sudo apt-get update && sudo apt-get install mongodb-10gen; If all goes well you should have a fully working MongoDB. [...]

[ Read More → ]

Site Update 21-Alpha

8th August 12 | Systemless

Surprise, a new shiny theme has appeared!

[ Read More → ]

WordPress edit media not working

9th April 11 | Programming

I was attempting to edit an image from my media library, and found that I was unable to crop or resize it.  There wasn’t even a sign of the image. The only error that the error console gave was “Image corrupt or truncated” I found that if you are to remove all white space, after [...]

[ Read More → ]

PHP .inc or .php

11th June 10 | Programming

When including files, I have seen people use inc file extensions and most people using php. For php it is best to not use the inc extension as the code can be viewed in plain text. This is because most servers are set up to display it, it is used for server side include for [...]

[ Read More → ]

PHP #1

11th December 07 | Programming

To start with PHP you need to have a web server that supports PHP. You can either use a free web host, or run your own server. If you want to run your own web server on windows just download XAMPP. Once you have that downloaded and installed, all you do is save your PHP [...]

[ Read More → ]

Copyright © 2007 ∞ Nation Pigeon - Designed by Peter Mayanrd
Theme Based on Black-Green - Fork it on GitHub