--- Lon Lentz <[EMAIL PROTECTED]> wrote:
> Is there a PHP version of the ColdFusion tag ?
It has been a while since I wrote CF, but I believe
just does the same thing as something like this:
The PHP equivalent of this example is:
if (!isset($foo))
{
$foo = 'default';
}
Chris
--
PHP
On Sun, 2 Feb 2003, Lon Lentz wrote:
>
> Is there a PHP version of the ColdFusion tag ?
Go here:
http://marc.theaimsgroup.com/?l=php-general&s=cfparam
Regards,
Philip
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo