[Skip to the main content] Welcome to Daigo’s Daily Digital Diorama. I blog about Baseball, Judo, Jazz, Linux, Design and on being a dad.

  • Get Firefox!

PHP memo to myself

I guess it has changed when php went to 4.0, but now you need to add following one line to make simple form php working:

$nameinform = $_GET['nameinform'];

Good to know. (Obviously use $_POST[’nameinform’] when form is method=”post”)

And a link to php time formatting, that I am always looking for…

Comments are closed.