Questions tagged [php]

PHP is a Server-Side Scripting language designed initially for web programming, but is also used as a general-purpose programming language.

The name PHP is actually a recursive acronym that stands for HyperText PreProcessor, however when it was created it stood for Personal Home Page.
PHP was created in 1994 and is one of the more popular web languages in use today: (as of 2013-01) it's been installed on more than 240,000,000 sites and 2,100,000 servers, and is also the back-end to facebook's technology stack, which is the most popular website in the history of the WorldWideWeb.

References:
http://php.net/
https://en.wikipedia.org/wiki/PHP

346 questions
1
vote
1 answer

Plotting coördinates on an image in php

For a personal website I would like to plot coordinates of for example historic events etc. on an existing image. This can be a photograph of an area of which I look up the coordinates of the 4 corners (put those in the database with the url of the…
0
votes
5 answers

What is "n" in calculating tiles?

What does n mean in this formula: n = pow(2, zoom)? I using this when I calculate tiles.
user1518183
  • 173
  • 1
  • 2
0
votes
0 answers

Create a PostGIS table through HTML, PHP and the GeoServer REST API through a specific script

I need to create a HTML page that allows for creating a new PostGIS table in a specific database, through the GeoServer API. So I'm specifically interested in the Creating a PostGIS table part of this tutorial I'm trying to create a HTML form (post)…
Vincent Dc
  • 488
  • 3
  • 12