to set default vale for $id you may use something like :

$id = !empty($_GET["id"])?$_GET["id"]:null;


Cf High wrote:
Hey all.

In cold fusion I was able to define a default value with the <cfparam name =
"test" default = "myValue"> tag

When I passed the variable "test" via a form or query string, it would over
ride the parameter value.

How can I do this in PHP?  I looked in PHP manual for param, default, etc.,
but could find no equivalent.

Any ideas?

--Noah

--



--

---------------------------
Peio Popov - [EMAIL PROTECTED]
icq# 117130734
http://www.cilaw.org


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to